Skip to content

Commit

Permalink
use instead of
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Oct 2, 2015
1 parent 22b7002 commit 8f089fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack/webpack.config.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ var path = require('path');
var webpack = require('webpack');

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

0 comments on commit 8f089fa

Please sign in to comment.