Skip to content

Commit

Permalink
Fixing Uglifyjs options to add sourceMap
Browse files Browse the repository at this point in the history
  • Loading branch information
galelis authored and swederik committed Apr 12, 2018
1 parent be1af87 commit bda37ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/webpack/webpack-prod.js
Expand Up @@ -11,9 +11,7 @@ const devConfig = {
optimization: {
minimizer: [
new UglifyJSPlugin({
uglifyOptions: {
sourceMap: true
}
sourceMap: true
})
]
},
Expand Down

0 comments on commit bda37ed

Please sign in to comment.