Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooleners committed Dec 17, 2015
1 parent 4d2fdfa commit f52991c
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions boilerplate/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,7 @@ module.exports = {
}, {
test: /\.(js|jsx)$/,
exclude: /node_modules/,
loader: 'babel',
query: {
stage: 0,
optional: ['runtime'],
env: {
development: {
plugins: ['react-transform'],
extra: {
'react-transform': {
transforms: [{
transform: 'react-transform-catch-errors',
imports: ['react', 'redbox-react']
}]
}
}
}
}
}
loaders: ['react-hot', 'babel?optional=runtime&stage=0']
}, {
test: /\.(jpe?g|gif|png|ico|svg)$/,
loader: 'url?limit=1024&name=build/[name].[hash:4].[ext]'
Expand Down

0 comments on commit f52991c

Please sign in to comment.