Skip to content

Instantly share code, notes, and snippets.

@jdmunro
Created February 14, 2019 16:56
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 jdmunro/89c736bd5fe46ed025fa292b7e1b7e86 to your computer and use it in GitHub Desktop.
Save jdmunro/89c736bd5fe46ed025fa292b7e1b7e86 to your computer and use it in GitHub Desktop.
module.exports = {
// ...
resolve: {
// ...
// Prefer .web.js over .js files
extensions: [".web.js", ".js"]
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment