Skip to content

Commit

Permalink
get rid of target: 'node' on server side for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Feb 24, 2016
1 parent 933a009 commit cc4829a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack/make-webpack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ module.exports = function(options) {

if (target === 'server') {
config = merge({
target: 'node',
entry: [ '../app/main_server' ],
output: {
filename: 'server.bundle.js'
Expand Down

0 comments on commit cc4829a

Please sign in to comment.