Fix sourcemaps for webpack hot config

This commit is contained in:
David Kaltschmidt 2018-05-28 17:38:09 +02:00
parent 8d400b8f7b
commit 6d8d6cdb57

View File

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