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-18 19:04:31 +07:00

11 lines
214 B
Plaintext

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