Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Modified Webpack configuration to do production build.
  • Loading branch information
maratbn committed Aug 5, 2018
1 parent 2efb380 commit 2bba85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -39,5 +39,5 @@ module.exports = {
path: path.join(__dirname, 'webpack_out'),
filename: 'main.js'
},
mode: 'development'
mode: 'production'
};

0 comments on commit 2bba85f

Please sign in to comment.