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',
|
enforce: 'pre',
|
||||||
test: /\.vue$/,
|
test: /\.vue$/,
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
use: [/*{
|
use: [{
|
||||||
loader: 'replace-string-loader',
|
loader: 'replace-string-loader',
|
||||||
options: {
|
options: {
|
||||||
search: /\$theme\-color\-foreground/g,
|
search: '$theme-color-foreground',
|
||||||
replace: constants.themeColorForeground
|
replace: constants.themeColorForeground,
|
||||||
|
flags: 'g'
|
||||||
}
|
}
|
||||||
}, */{
|
}, {
|
||||||
loader: 'replace-string-loader',
|
loader: 'replace-string-loader',
|
||||||
options: {
|
options: {
|
||||||
search: '$theme-color',
|
search: '$theme-color',
|
||||||
|
|
Loading…
Reference in a new issue