Skip to content

Commit

Permalink
add to server webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Oct 2, 2015
1 parent b2c3862 commit 22b7002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack/webpack.config.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ var path = require('path');
var webpack = require('webpack');

module.exports = {
target: 'node',
entry: [
'./lib/core-js-no-number',
'regenerator/runtime',
Expand Down

0 comments on commit 22b7002

Please sign in to comment.