Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update webpack.config.dev.js
  • Loading branch information
stephenkingsley authored Aug 4, 2016
commit 57a8feffdc082ddd898b3e5e7e2d6e1ddfec2dd9
4 changes: 2 additions & 2 deletions config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = {
new webpack.DefinePlugin({ 'process.env.NODE_ENV': '"development"' }),
// Note: only CSS is currently hot reloaded
new webpack.HotModuleReplacementPlugin(),
new CaseSensitivePathsPlugin(),
new CheckJSXFile()
new CheckJSXFile(),
new CaseSensitivePathsPlugin()
]
};