diff options
Diffstat (limited to 'webpack/module/rules/i18n.ts')
| -rw-r--r-- | webpack/module/rules/i18n.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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: [{ |