Skip to content

Commit

Permalink
Merge pull request openedx#10 from edx/djoy/webpack_mode
Browse files Browse the repository at this point in the history
fix: update webpack mode
  • Loading branch information
davidjoy authored May 28, 2019
2 parents 574d3ee + f558989 commit 43fea04
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 43fea04

Please sign in to comment.