diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-14 20:23:12 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-14 20:23:12 +0900 |
| commit | 8323b37b250ac487b153d94bb27c0dc8f2547b83 (patch) | |
| tree | db41fb7070033887e1dc79be6ab338aff640d676 /webpack/module/rules | |
| parent | Show pinned post in user page (diff) | |
| download | sharkey-8323b37b250ac487b153d94bb27c0dc8f2547b83.tar.gz sharkey-8323b37b250ac487b153d94bb27c0dc8f2547b83.tar.bz2 sharkey-8323b37b250ac487b153d94bb27c0dc8f2547b83.zip | |
Fix bug
Diffstat (limited to 'webpack/module/rules')
| -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 9a4acde686..873e08e1a0 100644 --- a/webpack/module/rules/i18n.ts +++ b/webpack/module/rules/i18n.ts @@ -28,7 +28,7 @@ export default (lang, locale) => { return { enforce: 'pre', - test: /\.(tag|js)$/, + test: /\.(tag|js|ts)$/, exclude: /node_modules/, loader: StringReplacePlugin.replace({ replacements: [{ |