Skip to content

Commit

Permalink
Remove extraneous webpack config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Kelley committed Jun 13, 2016
1 parent d40f3ad commit c01315b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions webpack.config.hot.js
Expand Up @@ -7,10 +7,6 @@ if (!_.get(config, 'entry.index')) {
throw new Error('root config seems to have changed and is missing an index entry');
}

config.plugins.push(new webpack.DefinePlugin({
'process.env.NODE_ENV': 'null'
}));

config.entry.index = _.flatten([
'webpack/hot/only-dev-server',
config.entry.index
Expand All @@ -22,8 +18,4 @@ config.module.loaders.forEach(loaderConf => {
}
});

config.devServer = {
historyApiFallback: true
};

module.exports = config;

0 comments on commit c01315b

Please sign in to comment.