mirror of
https://github.com/grafana/grafana.git
synced 2025-01-01 11:47:05 -06:00
Add .html to webpack.hot resolve extensions
This commit is contained in:
parent
45a156577c
commit
56fc82151b
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user