fix(@lion/ui): declare sideEffects in package.json
This commit is contained in:
parent
b7b268745f
commit
974e9ea4ce
2 changed files with 12 additions and 0 deletions
5
.changeset/witty-carpets-clap.md
Normal file
5
.changeset/witty-carpets-clap.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/ui': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix(@lion/ui): declare sideEffects in package.json
|
||||||
|
|
@ -45,6 +45,13 @@
|
||||||
"types-check-only": "tsc --project tsconfig-check-only.json",
|
"types-check-only": "tsc --project tsconfig-check-only.json",
|
||||||
"types-correct-after-build": "node ./scripts/types-correct-after-build.js"
|
"types-correct-after-build": "node ./scripts/types-correct-after-build.js"
|
||||||
},
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"exports/define/**/*.js",
|
||||||
|
"exports/define-helpers/**/*.js",
|
||||||
|
"exports/icon.js",
|
||||||
|
"exports/localize.js",
|
||||||
|
"exports/overlays.js"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bundled-es-modules/message-format": "^6.0.4",
|
"@bundled-es-modules/message-format": "^6.0.4",
|
||||||
"@open-wc/dedupe-mixin": "^1.3.1",
|
"@open-wc/dedupe-mixin": "^1.3.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue