Skip to content

Instantly share code, notes, and snippets.

@juankuquintana
Created December 10, 2017 17:42
Show Gist options
  • Select an option

  • Save juankuquintana/23deee0821c4baaa49e3cdd997afe52f to your computer and use it in GitHub Desktop.

Select an option

Save juankuquintana/23deee0821c4baaa49e3cdd997afe52f to your computer and use it in GitHub Desktop.
module.exports = {
entry: [
'src/index.js'
],
...,
resolve: {
extensions: ['.js', '.json', '.jsx', '.tv.js', '']
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment