Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Balestra committed Jan 18, 2017
1 parent 41944ce commit dbf4714
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = function webpackConfigGenerator(params){
'presets': [
[require.resolve('babel-preset-env'), {
'targets': {
'node': 0.10
'node': 4
}
}]
]
Expand Down
2 changes: 0 additions & 2 deletions src/cli/domain/package-server-script/bundle/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/*jshint camelcase:false */
'use strict';
var _ = require('underscore');
var webpackConfig = require('./config');
var console = require('console');
var MemoryFS = require('memory-fs');
var path = require('path');
var webpack = require('webpack');

var memoryFs = new MemoryFS();
Expand Down

0 comments on commit dbf4714

Please sign in to comment.