clipboard.js/.babelrc

5 lines
81 B
Plaintext
Raw Normal View History

2016-02-20 09:14:33 +03:00
{
"presets": ["es2015-loose"],
"plugins": ["transform-es2015-modules-umd"]
}