Skip to content

Commit

Permalink
Merge pull request #506 from gusaiani/fix/webpack-config-indentation
Browse files Browse the repository at this point in the history
Fix indentation in webpack/prod.config.js
  • Loading branch information
erikras committed Nov 5, 2015
2 parents c4f3238 + 64e508a commit a57dd47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack/prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ module.exports = {
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false
}
warnings: false
}
}),

webpackIsomorphicToolsPlugin
Expand Down

0 comments on commit a57dd47

Please sign in to comment.