diff --git a/webpack/webpack.config.js b/webpack/webpack.config.js index 7dd0f6d..216027f 100644 --- a/webpack/webpack.config.js +++ b/webpack/webpack.config.js @@ -60,7 +60,7 @@ module.exports = function(env, { /* @if jasmine || mocha*/runTest, /* @endif */a target: production ? 'node' : 'web', // @endif mode: production ? 'production' : 'development', - devtool: production ? undefined : 'eval-cheap-source-map', + devtool: production ? undefined : 'eval-source-map', optimization: { minimizer: [ new TerserPlugin({