This commit is contained in:
syuilo 2018-02-15 20:00:23 +09:00
parent 58a6e647b3
commit bac7192788

View file

@ -8,13 +8,14 @@ export default () => ({
enforce: 'pre',
test: /\.vue$/,
exclude: /node_modules/,
use: [/*{
use: [{
loader: 'replace-string-loader',
options: {
search: /\$theme\-color\-foreground/g,
replace: constants.themeColorForeground
search: '$theme-color-foreground',
replace: constants.themeColorForeground,
flags: 'g'
}
}, */{
}, {
loader: 'replace-string-loader',
options: {
search: '$theme-color',