Skip to content

Commit

Permalink
Create sourcemap for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Markionium committed Feb 7, 2017
1 parent a6d7381 commit a63e693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function bypass(req, res, opt) {
const uglifyOptions = {
mangle: false,
mangleProps: false,
sourceMap: true,
};

module.exports = {
Expand Down

0 comments on commit a63e693

Please sign in to comment.