@forsakringskassan/vite-lib-config 4.0.1 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vite.config.cjs +1 -1
- package/dist/vite.config.mjs +1 -1
- package/package.json +1 -1
package/dist/vite.config.cjs
CHANGED
|
@@ -12517,7 +12517,7 @@ var defaultConfig = {
|
|
|
12517
12517
|
},
|
|
12518
12518
|
rollupOptions: {
|
|
12519
12519
|
output: {
|
|
12520
|
-
entryFileNames: `
|
|
12520
|
+
entryFileNames: `[name].[custom-format].js`,
|
|
12521
12521
|
globals: {
|
|
12522
12522
|
vue: "Vue"
|
|
12523
12523
|
}
|
package/dist/vite.config.mjs
CHANGED
|
@@ -12496,7 +12496,7 @@ var defaultConfig = {
|
|
|
12496
12496
|
},
|
|
12497
12497
|
rollupOptions: {
|
|
12498
12498
|
output: {
|
|
12499
|
-
entryFileNames: `
|
|
12499
|
+
entryFileNames: `[name].[custom-format].js`,
|
|
12500
12500
|
globals: {
|
|
12501
12501
|
vue: "Vue"
|
|
12502
12502
|
}
|