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 af9e029 commit f05eb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -29,5 +29,5 @@ module.exports = {
path: path.join(__dirname, 'webpack_out'),
filename: 'minimalistic_react.js'
},
mode: 'development'
mode: 'production'
};

0 comments on commit f05eb0c

Please sign in to comment.