Skip to content

Commit

Permalink
Remove HMR config.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopaul committed Apr 18, 2016
1 parent 3d96be6 commit 1bb7fe2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions webpack.config.dev.js
@@ -1,24 +1,18 @@
var path = require('path');
var webpack = require('webpack');

module.exports = {
devtool: 'eval',
resolve: {
root: __dirname + '/source'
},
entry: [
'webpack-hot-middleware/client',
'./source/index'
],
output: {
path: path.join(__dirname, 'build'),
filename: 'index.js',
publicPath: '/static/'
},
plugins: [
new webpack.HotModuleReplacementPlugin(),
new webpack.NoErrorsPlugin()
],
module: {
loaders: [{
test: /\.js$/,
Expand Down

0 comments on commit 1bb7fe2

Please sign in to comment.