summaryrefslogtreecommitdiff
path: root/webpack
diff options
context:
space:
mode:
Diffstat (limited to 'webpack')
-rw-r--r--webpack/webpack.config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts
index 76d2980788..69e05dc8c6 100644
--- a/webpack/webpack.config.ts
+++ b/webpack/webpack.config.ts
@@ -145,7 +145,7 @@ module.exports = Object.keys(langs).map(lang => {
output,
resolve: {
extensions: [
- '.js', '.ts'
+ '.js', '.ts', '.json'
]
},
resolveLoader: {