Skip to content

Instantly share code, notes, and snippets.

@yuripramos
Last active August 29, 2020 13:53
Show Gist options
  • Save yuripramos/18cd40e42f77ab6e65d70a1eb55502e4 to your computer and use it in GitHub Desktop.
Save yuripramos/18cd40e42f77ab6e65d70a1eb55502e4 to your computer and use it in GitHub Desktop.
// just add the sideEffects key inside your package.json file
{
"sideEffects": [
"./src/polyfill.js"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment