1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-15 09:35:14 +01:00
blowfish/.babelrc

8 lines
153 B
Plaintext
Raw Normal View History

2019-05-05 13:34:21 +02:00
{
"presets": ["@babel/env", "@babel/react"],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-runtime"
]
}