From 6b96bd01854ecfb7b0ee816831ff4634af8af856 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:04:31 +0900 Subject: テーマに関して強化 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.config.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webpack.config.ts') diff --git a/webpack.config.ts b/webpack.config.ts index 3b14ee4a8a..e1163133c0 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -196,6 +196,9 @@ module.exports = { }, { test: /\.(eot|woff|woff2|svg|ttf)([\?]?.*)$/, loader: 'url-loader' + }, { + test: /\.json5$/, + loader: 'json5-loader' }, { test: /\.ts$/, exclude: /node_modules/, -- cgit v1.3.1-freya