mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-13 17:05:47 +08:00
fix(theme-chalk): [dark-model] vue-cli tree sharking (#7910)
This commit is contained in:
parent
bea3b1e7d7
commit
3ca98213f7
@ -42,8 +42,8 @@
|
|||||||
"style": "dist/index.css",
|
"style": "dist/index.css",
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"theme-chalk/*.css",
|
"theme-chalk/**/*.css",
|
||||||
"theme-chalk/src/*.scss",
|
"theme-chalk/src/**/*.scss",
|
||||||
"es/components/*/style/*",
|
"es/components/*/style/*",
|
||||||
"lib/components/*/style/*"
|
"lib/components/*/style/*"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user