From 56fc82151bce20d8b21f6b31b96deb0298c8f3cd Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Wed, 6 Jun 2018 09:12:06 +0200 Subject: [PATCH] Add .html to webpack.hot resolve extensions --- scripts/webpack/webpack.hot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/webpack/webpack.hot.js b/scripts/webpack/webpack.hot.js index 9a2845372ea..2be326f4100 100644 --- a/scripts/webpack/webpack.hot.js +++ b/scripts/webpack/webpack.hot.js @@ -23,7 +23,7 @@ module.exports = merge(common, { }, resolve: { - extensions: ['.scss', '.ts', '.tsx', '.es6', '.js', '.json', '.svg', '.woff2', '.png'], + extensions: ['.scss', '.ts', '.tsx', '.es6', '.js', '.json', '.svg', '.woff2', '.png', '.html'], }, devtool: 'eval-source-map',