Skip to content

Commit

Permalink
Merge branch 'master' of github.com:locomotivecms/engine
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Jul 22, 2019
2 parents 118d660 + ef75a4f commit 08c9980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack/production.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const config = require('./development.js');

config.target = 'node'
config.target = 'web'
config.mode = 'production';
config.optimization = { minimize: true };

Expand Down

0 comments on commit 08c9980

Please sign in to comment.