Skip to content

Instantly share code, notes, and snippets.

@ryanjohnston
Last active September 10, 2018 14:40
Show Gist options
  • Save ryanjohnston/e6f61804e75550f7cfafadb1d1772de7 to your computer and use it in GitHub Desktop.
Save ryanjohnston/e6f61804e75550f7cfafadb1d1772de7 to your computer and use it in GitHub Desktop.
[๐Ÿ›  SquareSpace - Snippets] Snippets, Workflows and Gists on working with Squarespace #frontend
{
"presets":
[
"es2015",
"react",
"stage-1",
["env", {
"targets": {
"browsers": ["> 5%","last 2 versions"]
}
}]
],
"plugins":
[
"transform-runtime",
"transform-class-properties"
],
"ignore": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment