clipboard.js/.babelrc

5 lines
75 B
Plaintext
Raw Normal View History

2016-02-20 09:14:33 +03:00
{
2016-10-23 05:37:18 +03:00
"presets": ["es2015"],
2016-02-20 09:14:33 +03:00
"plugins": ["transform-es2015-modules-umd"]
}