Skip to content

Commit

Permalink
enable webpack production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Coalwell committed Mar 19, 2019
1 parent 4504433 commit 03235c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-tools/webpack.config.rn-core.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// import path for resolving file paths
var path = require('path');
module.exports = {
mode: 'none',
mode: 'production',
// Specify the entry point for our app.
entry: [
path.join(__dirname, '..', 'lib', 'core.js'),
Expand Down

0 comments on commit 03235c9

Please sign in to comment.