mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
fix(build): marking side effects for webpack importing styles
- Marking file under `dist` and `theme-chalk/*.css` `theme-chalk/*.scss`
This commit is contained in:
parent
7b79aae8ff
commit
eebc688669
@ -10,7 +10,11 @@
|
||||
"style": "dist/index.css",
|
||||
"unpkg": "dist/index.full.js",
|
||||
"jsdevlivr": "dist/index.full.js",
|
||||
"sideEffects": false,
|
||||
"sideEffects": [
|
||||
"dist/*",
|
||||
"theme-chalk/*.css",
|
||||
"theme-chalk/src/*.scss"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/element-plus/element-plus.git"
|
||||
|
Loading…
Reference in New Issue
Block a user