mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix sourcemaps for webpack hot config
This commit is contained in:
parent
8d400b8f7b
commit
6d8d6cdb57
@ -26,6 +26,8 @@ module.exports = merge(common, {
|
||||
extensions: ['.scss', '.ts', '.tsx', '.es6', '.js', '.json', '.svg', '.woff2', '.png'],
|
||||
},
|
||||
|
||||
devtool: 'eval-source-map',
|
||||
|
||||
devServer: {
|
||||
publicPath: '/public/build/',
|
||||
hot: true,
|
||||
|
Loading…
Reference in New Issue
Block a user