summaryrefslogtreecommitdiff
path: root/webpack/module
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-14 20:23:12 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-14 20:23:12 +0900
commit8323b37b250ac487b153d94bb27c0dc8f2547b83 (patch)
treedb41fb7070033887e1dc79be6ab338aff640d676 /webpack/module
parentShow pinned post in user page (diff)
downloadsharkey-8323b37b250ac487b153d94bb27c0dc8f2547b83.tar.gz
sharkey-8323b37b250ac487b153d94bb27c0dc8f2547b83.tar.bz2
sharkey-8323b37b250ac487b153d94bb27c0dc8f2547b83.zip
Fix bug
Diffstat (limited to 'webpack/module')
-rw-r--r--webpack/module/rules/i18n.ts2
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: [{