diff --git a/vue.config.js b/vue.config.js index eb4694d..ebfd208 100644 --- a/vue.config.js +++ b/vue.config.js @@ -16,6 +16,7 @@ module.exports = { new ThemeColorReplacer({ fileName: 'css/theme-colors-[contenthash:8].css', matchColors: getThemeColors(), + injectCss: true, resolveCss }) )