diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-10 17:01:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-10 17:01:32 +0900 |
| commit | c869883d76455844e8d56ec4e863c6405489f897 (patch) | |
| tree | e5dfbe0b10cf5b208a2d008d3bd51c3e7675e258 /webpack/module/rules/fa.ts | |
| parent | wip (diff) | |
| download | sharkey-c869883d76455844e8d56ec4e863c6405489f897.tar.gz sharkey-c869883d76455844e8d56ec4e863c6405489f897.tar.bz2 sharkey-c869883d76455844e8d56ec4e863c6405489f897.zip | |
wip
Diffstat (limited to 'webpack/module/rules/fa.ts')
| -rw-r--r-- | webpack/module/rules/fa.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack/module/rules/fa.ts b/webpack/module/rules/fa.ts index 891b78ece2..2679089239 100644 --- a/webpack/module/rules/fa.ts +++ b/webpack/module/rules/fa.ts @@ -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: [{ |