db8955d90d
Currently the encrypt operation works only to my public key and not to keys generated by the generate key pair operation. Probably something wrong with the generate operation.
21 lines
408 B
Plaintext
21 lines
408 B
Plaintext
{
|
|
"plugins": [
|
|
["transform-runtime", {
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}]
|
|
],
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"chrome": 40,
|
|
"firefox": 35,
|
|
"edge": 14,
|
|
"node": "6.5",
|
|
},
|
|
"modules": false,
|
|
"useBuiltIns": true
|
|
}]
|
|
]
|
|
}
|