Commit 56fc8215 by David Kaltschmidt

Add .html to webpack.hot resolve extensions

parent 45a15657
...@@ -23,7 +23,7 @@ module.exports = merge(common, { ...@@ -23,7 +23,7 @@ module.exports = merge(common, {
}, },
resolve: { 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', devtool: 'eval-source-map',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment