@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.
@@ -12517,7 +12517,7 @@ var defaultConfig = {
12517
12517
  },
12518
12518
  rollupOptions: {
12519
12519
  output: {
12520
- entryFileNames: `index.[custom-format].js`,
12520
+ entryFileNames: `[name].[custom-format].js`,
12521
12521
  globals: {
12522
12522
  vue: "Vue"
12523
12523
  }
@@ -12496,7 +12496,7 @@ var defaultConfig = {
12496
12496
  },
12497
12497
  rollupOptions: {
12498
12498
  output: {
12499
- entryFileNames: `index.[custom-format].js`,
12499
+ entryFileNames: `[name].[custom-format].js`,
12500
12500
  globals: {
12501
12501
  vue: "Vue"
12502
12502
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/vite-lib-config",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Försäkringskassan toolchain to build libraries with Vite",
5
5
  "keywords": [
6
6
  "vite"