keeweb/.babelrc

13 lines
383 B
Plaintext
Raw Normal View History

2019-09-13 20:34:52 +02:00
{
2019-09-15 18:33:45 +02:00
"presets": [],
2019-09-13 20:34:52 +02:00
"plugins": [
["@babel/plugin-proposal-class-properties", { "loose": true }],
2019-09-28 13:20:51 +02:00
["@babel/plugin-proposal-object-rest-spread", { "loose": true,
"useBuiltIns": true
}],
"@babel/plugin-proposal-optional-catch-binding",
2020-05-09 10:45:12 +02:00
"@babel/plugin-proposal-optional-chaining",
2019-09-13 20:34:52 +02:00
"@babel/plugin-external-helpers"
]
}