mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-12-27 15:17:51 +01:00
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
{
|
|
"presets": ["@babel/env", "@babel/react"],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-transform-runtime"
|
|
]
|
|
}
|