mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-25 03:33:36 +03:00
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"]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|