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',