Add .html to webpack.hot resolve extensions

This commit is contained in:
David Kaltschmidt 2018-06-06 09:12:06 +02:00
parent 45a156577c
commit 56fc82151b

View File

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