blowfish/.babelrc

15 lines
208 B
Plaintext
Raw Normal View History

2019-05-05 13:34:21 +02:00
{
2019-09-24 01:13:02 +02:00
"presets": [
[
"@babel/env",
{
"targets": {
"node": "current"
}
}
],
"@babel/react"
],
2019-06-05 01:29:11 +02:00
"plugins": ["@babel/plugin-proposal-class-properties"]
2019-05-05 13:34:21 +02:00
}