forked from FoundKeyGang/FoundKey
wip
This commit is contained in:
parent
58a6e647b3
commit
bac7192788
1 changed files with 5 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue