summaryrefslogtreecommitdiff
path: root/webpack
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-25 17:03:39 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-25 17:03:39 +0900
commit0b7f33849a730b620cc25aeffeac2c4e2b48ecef (patch)
tree6ebe2629e6b4e448bac6e10b95841522e021b4e7 /webpack
parent:v: (diff)
downloadsharkey-0b7f33849a730b620cc25aeffeac2c4e2b48ecef.tar.gz
sharkey-0b7f33849a730b620cc25aeffeac2c4e2b48ecef.tar.bz2
sharkey-0b7f33849a730b620cc25aeffeac2c4e2b48ecef.zip
Improve emojis
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: {