fix: 兼容存放目录以中文命名,但是我们真心不推荐中文命名

This commit is contained in:
xiaoxian521
2022-07-18 16:09:14 +08:00
parent af71024f42
commit 271b953081
2 changed files with 4532 additions and 1866 deletions

View File

@@ -132,7 +132,8 @@
"pretty-quick": "3.1.1",
"rimraf": "3.0.2",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "^1.51.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"stylelint": "^14.3.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
@@ -153,7 +154,8 @@
"peerDependencyRules": {
"ignoreMissing": [
"rollup",
"terser"
"terser",
"webpack"
]
}
},