mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-07 17:54:32 +08:00
* Add unit testing * Update unit testing * Update unit testing * fix a big heap of formatting typo
14 lines
257 B
Plaintext
14 lines
257 B
Plaintext
{
|
|
"presets": [[
|
|
"@babel/preset-env",
|
|
{
|
|
"corejs": "3",
|
|
"useBuiltIns": "usage"
|
|
}
|
|
]],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
}
|