Skip to content

Commit 4e7fef6

Browse files
committed
update
1 parent 98406ef commit 4e7fef6

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

build/webpack.base.conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ module.exports = {
102102
changeSelector: themeUtil.changeSelector,
103103
isJsUgly: config.isBuild,
104104
injectCss: true,
105+
// injectToHtml: /\w+\.html$/i,
105106
// resolveCss(resultCss) { // optional. Resolve result css code as you wish.
106107
// return resultCss + youCssCode
107108
// }

package-lock.json

+3-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"webpack-hot-middleware": "^2.25.0",
9393
"webpack-iconfont-plugin-nodejs": "^1.0.24",
9494
"webpack-merge": "^5.7.3",
95-
"webpack-theme-color-replacer": "^1.4.1"
95+
"webpack-theme-color-replacer": "^1.4.2"
9696
},
9797
"engines": {
9898
"node": ">= 4.0.0",

0 commit comments

Comments
 (0)