mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 16:41:34 +03:00
8df78e29b6
* 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
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
{
|
|
"plugins": ["@babel/plugin-proposal-optional-chaining"],
|
|
"presets": [
|
|
[
|
|
"babel-preset-gatsby",
|
|
{
|
|
"targets": {
|
|
"browsers": ["defaults", "not dead"]
|
|
}
|
|
}
|
|
]
|
|
]
|
|
} |