Skip to content

Instantly share code, notes, and snippets.

@brionmario
Created August 6, 2022 09:49
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 brionmario/2b2f2b1f6d34abbe5daa9e8e8f976f09 to your computer and use it in GitHub Desktop.
Save brionmario/2b2f2b1f6d34abbe5daa9e8e8f976f09 to your computer and use it in GitHub Desktop.
[Blog][babel.config.json] How to fix "Support for the experimental syntax '<OPERATOR>' isn't currently enabled"
{
"plugins": [ "@babel/plugin-proposal-logical-assignment-operators" ],
"presets": [
[
"babel-preset-gatsby",
{
"targets": {
"browsers": [
">0.25%",
"not dead"
]
}
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment