CyberChef/.babelrc

11 lines
No EOL
182 B
Text

{
"presets": [
["env", {
"targets": {
"chrome": 40,
"firefox": 35,
"edge": 14
}
}]
]
}