This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
CyberChef
Watch
1
Star
0
Fork
You've already forked CyberChef
0
mirror of
https://github.com/gchq/CyberChef.git
synced
2025-04-25 01:06:16 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
0f2a5014be
CyberChef
/
.babelrc
11 lines
182 B
Text
Raw
Normal View
History
Unescape
Escape
Added babel-preset-env with browser version targets and babel-polyfill
2017-03-21 23:56:46 +00:00
{
"presets": [
["env", {
"targets": {
"chrome": 40,
"firefox": 35,
"edge": 14
}
}]
]
}
Reference in a new issue
Copy permalink