fix(theme-chalk): [dark-model] vue-cli tree sharking (#7910)

This commit is contained in:
Xc 2022-05-27 22:17:58 +08:00 committed by GitHub
parent bea3b1e7d7
commit 3ca98213f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,8 +42,8 @@
"style": "dist/index.css",
"sideEffects": [
"dist/*",
"theme-chalk/*.css",
"theme-chalk/src/*.scss",
"theme-chalk/**/*.css",
"theme-chalk/src/**/*.scss",
"es/components/*/style/*",
"lib/components/*/style/*"
],