@forsakringskassan/vite-lib-config 5.12.3 → 5.12.4

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.
@@ -11357,7 +11357,9 @@ var defaultConfig = {
11357
11357
  outDir: "dist/[custom-format]",
11358
11358
  lib: {
11359
11359
  entry: lookupFile("src/index"),
11360
- formats: ["es", "cjs"]
11360
+ formats: ["es", "cjs"],
11361
+ /* use a fixed and deterministic filename */
11362
+ cssFileName: "style"
11361
11363
  },
11362
11364
  rollupOptions: {
11363
11365
  output: {
@@ -11351,7 +11351,9 @@ var defaultConfig = {
11351
11351
  outDir: "dist/[custom-format]",
11352
11352
  lib: {
11353
11353
  entry: lookupFile("src/index"),
11354
- formats: ["es", "cjs"]
11354
+ formats: ["es", "cjs"],
11355
+ /* use a fixed and deterministic filename */
11356
+ cssFileName: "style"
11355
11357
  },
11356
11358
  rollupOptions: {
11357
11359
  output: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/vite-lib-config",
3
- "version": "5.12.3",
3
+ "version": "5.12.4",
4
4
  "description": "Försäkringskassan toolchain to build libraries with Vite",
5
5
  "keywords": [
6
6
  "vite"