mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-20 13:10:46 -04:00
Added babel-preset-env with browser version targets and babel-polyfill
This commit is contained in:
parent
885fbe13ac
commit
1800bad61d
4 changed files with 20 additions and 8 deletions
12
.babelrc
12
.babelrc
|
@ -1 +1,11 @@
|
|||
{ "presets": [ "es2015" ] }
|
||||
{
|
||||
"presets": [
|
||||
["env", {
|
||||
"targets": {
|
||||
"chrome": 40,
|
||||
"firefox": 35,
|
||||
"edge": 14
|
||||
}
|
||||
}]
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue