Skip to content
Snippets Groups Projects
Commit bac71927 authored by syuilo's avatar syuilo
Browse files

wip

parent 58a6e647
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment