wordpos/.babelrc

5 lines
81 B
Plaintext
Raw Normal View History

2018-10-13 03:35:11 +00:00
{
"presets": ["env", "stage-2"],
"plugins": ["transform-class-properties"]
}