chore: optimize the efficiency of theme switching; 🌟

master
iczer 4 years ago
parent a62c293e42
commit 272f740597
  1. 1
      vue.config.js

@ -16,6 +16,7 @@ module.exports = {
new ThemeColorReplacer({
fileName: 'css/theme-colors-[contenthash:8].css',
matchColors: getThemeColors(),
injectCss: true,
resolveCss
})
)

Loading…
Cancel
Save