tauri/examples/react/gatsby-themed-site/.babelrc
Jacob Bolda 8df78e29b6
slim down gatsby example, update deps (#193)
* shift example and slim config

removed gatsby-source-airtable and gatsby-theme-recipes to make things more simple, less fragile and speed up the build

* update action to point at new location

* update links

* add test articles

* add theme

* slim config, move to homepage folder

* update renovate path, enable automerge on examples

* turn off rebases, but keep on for examples
2019-12-21 00:34:36 -06:00

13 lines
216 B
Plaintext

{
"plugins": ["@babel/plugin-proposal-optional-chaining"],
"presets": [
[
"babel-preset-gatsby",
{
"targets": {
"browsers": ["defaults", "not dead"]
}
}
]
]
}