summaryrefslogtreecommitdiff
path: root/webpack
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-10 17:01:32 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-10 17:01:32 +0900
commitc869883d76455844e8d56ec4e863c6405489f897 (patch)
treee5dfbe0b10cf5b208a2d008d3bd51c3e7675e258 /webpack
parentwip (diff)
downloadsharkey-c869883d76455844e8d56ec4e863c6405489f897.tar.gz
sharkey-c869883d76455844e8d56ec4e863c6405489f897.tar.bz2
sharkey-c869883d76455844e8d56ec4e863c6405489f897.zip
wip
Diffstat (limited to 'webpack')
-rw-r--r--webpack/module/rules/fa.ts2
-rw-r--r--webpack/module/rules/i18n.ts2
2 files changed, 2 insertions, 2 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: [{
diff --git a/webpack/module/rules/i18n.ts b/webpack/module/rules/i18n.ts
index 7261548be5..f8063a311f 100644
--- a/webpack/module/rules/i18n.ts
+++ b/webpack/module/rules/i18n.ts
@@ -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: [{