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

13 lines
136 B
Plaintext

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