Skip to content

Commit

Permalink
remove webpack.server ref form the test config
Browse files Browse the repository at this point in the history
Not sure what it was doing anyway
Running a dev server should not be necessary for our tests right?
  • Loading branch information
iphands committed Jun 1, 2018
1 parent 44e0e71 commit 18225a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/webpack-test.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@ const webpack_config_test = {

module.exports = merge({},
webpack_config_test,
require('./webpack-test.plugins.js'),
require('./webpack.server.js')
require('./webpack-test.plugins.js')
);

0 comments on commit 18225a1

Please sign in to comment.