Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created July 18, 2016 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeaholicguy/0819316fe00d464d308ead526bf93ddf to your computer and use it in GitHub Desktop.
Save codeaholicguy/0819316fe00d464d308ead526bf93ddf to your computer and use it in GitHub Desktop.
module.exports = {
...
module: {
loaders: [{
test: /\.js?$/,
exclude: /node_modules/,
loader: 'react-hot!babel'
}]
},
...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment