Skip to content

Commit a57dd47

Browse files
committed
Merge pull request #506 from gusaiani/fix/webpack-config-indentation
Fix indentation in webpack/prod.config.js
2 parents c4f3238 + 64e508a commit a57dd47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack/prod.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ module.exports = {
8080
new webpack.optimize.OccurenceOrderPlugin(),
8181
new webpack.optimize.UglifyJsPlugin({
8282
compress: {
83-
warnings: false
84-
}
83+
warnings: false
84+
}
8585
}),
8686

8787
webpackIsomorphicToolsPlugin

0 commit comments

Comments
 (0)