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 8a1ce52 commit 81849d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ module.exports = {
path: path.join(__dirname, 'webpack_out'), path: path.join(__dirname, 'webpack_out'),
filename: 'minimalistic_react.js' filename: 'minimalistic_react.js'
}, },
mode: 'development' mode: 'production'
}; };

0 comments on commit 81849d9

Please sign in to comment.