mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 10:16:15 -04:00
add webpack config
This commit is contained in:
parent
09d515cbae
commit
9e478b31fe
14 changed files with 5125 additions and 13 deletions
16
.babelrc
Normal file
16
.babelrc
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"env": {
|
||||
"test": {
|
||||
"plugins": ["istanbul"]
|
||||
}
|
||||
},
|
||||
"plugins": ["transform-runtime"],
|
||||
"presets": [
|
||||
["env", {
|
||||
"targets": {
|
||||
"node": "current"
|
||||
}
|
||||
}]
|
||||
],
|
||||
"sourceMaps": "inline"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue