Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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