summaryrefslogtreecommitdiff
path: root/webpack.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.ts')
-rw-r--r--webpack.config.ts6
1 files changed, 4 insertions, 2 deletions
diff --git a/webpack.config.ts b/webpack.config.ts
index 60dbfd2ff7..b0b06c7392 100644
--- a/webpack.config.ts
+++ b/webpack.config.ts
@@ -143,7 +143,8 @@ module.exports = entries.map(x => {
loader: 'replace',
query: {
search: i18nReplacer.pattern.toString(),
- replace: 'i18nReplacement'
+ replace: 'i18nReplacement',
+ i18n: true
}
}, {
loader: 'replace',
@@ -214,7 +215,8 @@ module.exports = entries.map(x => {
loader: 'replace',
query: {
search: i18nReplacer.pattern.toString(),
- replace: 'i18nReplacement'
+ replace: 'i18nReplacement',
+ i18n: true
}
}, {
loader: 'replace',