Using eval-source-maps in webpack for now

keep original code, quite fast on rebuilds
This commit is contained in:
David Kaltschmidt
2016-12-05 11:52:23 +01:00
parent 298f27bf3f
commit 1bfdfc84f6

View File

@@ -16,7 +16,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
module.exports = {
// Efficiently evaluate modules with source maps
devtool: 'source-map',
devtool: 'eval-source-map',
// Set entry points with hot loading
entry: {