clipboard.js/.babelrc
2018-11-14 20:16:46 -08:00

8 lines
78 B
Plaintext

{
"presets": [["env", {
"targets": {
"uglify": true
}
}]]
}