Skip to content

Commit

Permalink
fix: update webpack mode
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjoy committed May 24, 2019
1 parent 574d3ee commit f558989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
coverage
dist
node_modules
/.vscode
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const path = require('path');
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');

module.exports = {
mode: 'production',
devtool: 'source-map',
optimization: {
nodeEnv: false,
Expand Down

0 comments on commit f558989

Please sign in to comment.