mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(side-effects): add pre-compiled CSS to library side effects
This commit is contained in:
parent
5081286d88
commit
e2793fa50c
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
"main": "./lib/index.js",
|
||||
"module": "./lib/index.mjs",
|
||||
"types": "./types/index.d.ts",
|
||||
"sideEffects": false,
|
||||
"sideEffects": [
|
||||
"css/*.css"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "run-p test:*",
|
||||
"test:types": "svelte-check --workspace tests",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue