Skip to content

Instantly share code, notes, and snippets.

@ryandrewjohnson
Created February 12, 2017 16:26
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 ryandrewjohnson/4fc71944a5679585281b3356245e3297 to your computer and use it in GitHub Desktop.
Save ryandrewjohnson/4fc71944a5679585281b3356245e3297 to your computer and use it in GitHub Desktop.
export default env => {
return {
entry: {
app: [
'react-hot-loader/patch',
'babel-polyfill',
'main.tsx'
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment