wip
This commit is contained in:
parent
a215ef6680
commit
a7601f7aa4
8 changed files with 55 additions and 70 deletions
|
|
@ -8,11 +8,9 @@ export default () => ({
|
|||
enforce: 'pre',
|
||||
test: /\.(vue|js|ts)$/,
|
||||
exclude: /node_modules/,
|
||||
use: [{
|
||||
loader: 'replace-string-loader',
|
||||
options: {
|
||||
search: pattern,
|
||||
replace: replacement
|
||||
}
|
||||
}]
|
||||
loader: 'string-replace-loader',
|
||||
query: {
|
||||
search: pattern,
|
||||
replace: replacement
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue