wordpos/.babelrc

5 lines
81 B
Plaintext
Raw Normal View History

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