html2canvas/.babelrc

5 lines
87 B
Plaintext
Raw Normal View History

2017-07-29 05:07:42 +03:00
{
2017-08-01 17:36:51 +03:00
"plugins": ["transform-object-rest-spread"],
2017-07-29 05:07:42 +03:00
"presets": ["es2015", "flow"]
}