Skip to content

Commit 1225531

Browse files
author
Ives van Hoorne
committed
Re-enable source maps
1 parent 2f73e75 commit 1225531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/config/webpack.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = merge(commonConfig, {
3838
new UglifyJSPlugin({
3939
cache: true,
4040
parallel: true,
41-
sourceMap: false,
41+
sourceMap: true,
4242
uglifyOptions: {
4343
mangle: {
4444
safari10: true,

0 commit comments

Comments
 (0)