Skip to content

Instantly share code, notes, and snippets.

@andrewmcodes
Last active June 23, 2021 03:32
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 andrewmcodes/086aa4e60da6ea74279620f7e323b11c to your computer and use it in GitHub Desktop.
Save andrewmcodes/086aa4e60da6ea74279620f7e323b11c to your computer and use it in GitHub Desktop.
Snowpack Babel Config
{
"presets": [
[
"@babel/preset-env",
{
"shippedProposals": true,
"bugfixes": true,
"targets": {
"esmodules": true
}
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment