Skip to content

Commit

Permalink
Remove typo from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
falexandre committed Jun 15, 2016
1 parent 0be4d44 commit e18df9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
filename: 'bundle.js'
},
plugins: [
new webpack.DefinePlugin(GLOBALS), // Tells React to build in prod mode. https://facebook.github.io/react/downloads.htmlnew webpack.HotModuleReplacementPlugin());
new webpack.DefinePlugin(GLOBALS), // Tells React to build in prod mode. https://facebook.github.io/react/downloads.html
new webpack.HotModuleReplacementPlugin(),
new webpack.NoErrorsPlugin()
],
Expand Down

0 comments on commit e18df9a

Please sign in to comment.