diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-02 16:04:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-02 16:04:31 +0900 |
| commit | 6b96bd01854ecfb7b0ee816831ff4634af8af856 (patch) | |
| tree | d7b3f8d6488e71c903b8deb05ade8c29e6d8b541 /webpack.config.ts | |
| parent | Better deployment option descriptions. (#2800) (diff) | |
| download | sharkey-6b96bd01854ecfb7b0ee816831ff4634af8af856.tar.gz sharkey-6b96bd01854ecfb7b0ee816831ff4634af8af856.tar.bz2 sharkey-6b96bd01854ecfb7b0ee816831ff4634af8af856.zip | |
テーマに関して強化
Diffstat (limited to 'webpack.config.ts')
| -rw-r--r-- | webpack.config.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack.config.ts b/webpack.config.ts index 3b14ee4a8a..e1163133c0 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -197,6 +197,9 @@ module.exports = { test: /\.(eot|woff|woff2|svg|ttf)([\?]?.*)$/, loader: 'url-loader' }, { + test: /\.json5$/, + loader: 'json5-loader' + }, { test: /\.ts$/, exclude: /node_modules/, use: [{ |