wip
This commit is contained in:
parent
4f1795b97b
commit
c869883d76
7 changed files with 217 additions and 257 deletions
|
|
@ -7,7 +7,7 @@ import { pattern, replacement } from '../../../src/common/build/fa';
|
|||
|
||||
export default () => ({
|
||||
enforce: 'pre',
|
||||
test: /\.(tag|js|ts)$/,
|
||||
test: /\.(vue|js|ts)$/,
|
||||
exclude: /node_modules/,
|
||||
loader: StringReplacePlugin.replace({
|
||||
replacements: [{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ export default lang => {
|
|||
|
||||
return {
|
||||
enforce: 'pre',
|
||||
test: /\.(tag|js|ts)$/,
|
||||
test: /\.(vue|js|ts)$/,
|
||||
exclude: /node_modules/,
|
||||
loader: StringReplacePlugin.replace({
|
||||
replacements: [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue