1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 13:18:29 +01:00
slate/.babelrc

13 lines
136 B
Plaintext

{
"presets": [
"env",
"react",
"stage-0"
],
"env": {
"test": {
"plugins": ["transform-runtime"]
}
}
}