This repository has been archived on 2020-07-23. You can view files and clone it, but cannot push or open issues or pull requests.
BaseContextProvider/.babelrc

8 lines
61 B
Plaintext
Raw Permalink Normal View History

2020-06-03 13:06:30 +07:00
{
"presets": [
"react",
"env",
"stage-0"
]
}