Skip to content

Commit

Permalink
Modified Webpack configuration to do production build.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratbn committed Aug 5, 2018
1 parent dd16acc commit 4172fe6
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 4172fe6

Please sign in to comment.