mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
20 lines
414 B
Plaintext
20 lines
414 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"chrome": 40,
|
|
"firefox": 35,
|
|
"edge": 14,
|
|
"node": "6.5"
|
|
},
|
|
"modules": false,
|
|
"useBuiltIns": "entry"
|
|
}]
|
|
],
|
|
"plugins": [
|
|
["babel-plugin-transform-builtin-extend", {
|
|
"globals": ["Error"]
|
|
}]
|
|
]
|
|
}
|