This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
resolver/.babelrc
2017-11-30 13:41:02 +07:00

12 lines
225 B
Plaintext

{
"plugins": [
"react-hot-loader/babel",
"transform-decorators-legacy",
"transform-runtime"
],
"presets": [
["env", { "modules": false }],
"react",
"stage-0"
]
}