Skip to content

Commit

Permalink
Re-enable sourcemaps.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbogdan committed May 31, 2019
1 parent 6b12410 commit 61f0c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/config/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = merge(commonConfig, {
minimizer: [
new TerserJSPlugin({
parallel: true,
// sourceMap: true,
sourceMap: true,
}),
],
concatenateModules: true, // ModuleConcatenationPlugin
Expand Down

0 comments on commit 61f0c98

Please sign in to comment.