unpkg/client/.babelrc

5 lines
62 B
Plaintext
Raw Normal View History

{
"presets": ["env", "react", "stage-2"],
"plugins": []
}