Skip to content

Commit

Permalink
build: mangleを無効に
Browse files Browse the repository at this point in the history
  • Loading branch information
berlysia committed Sep 6, 2019
1 parent e0096ac commit f6e1409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module.exports = {
},

optimization: {
minimizer: [new TerserPlugin({ sourceMap: true })]
minimizer: [new TerserPlugin({ sourceMap: true, terserOptions: { mangle: false } })]
},

plugins,
Expand Down

0 comments on commit f6e1409

Please sign in to comment.