Skip to content

Commit c4ce348

Browse files
free-pansendya
authored andcommitted
fix(deps): 解决主题无法切换的问题
1 parent a5fd71d commit c4ce348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const vueConfig = {
111111
}
112112

113113
// preview.pro.loacg.com only do not use in your production;
114-
if (isProd()) {
114+
if (!isProd()) {
115115
// add `ThemeColorReplacer` plugin to webpack plugins
116116
vueConfig.configureWebpack.plugins.push(createThemeColorReplacerPlugin())
117117
}

0 commit comments

Comments
 (0)