mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-21 17:49:56 +01:00
23 lines
471 B
Plaintext
23 lines
471 B
Plaintext
{
|
|
"presets": [["@babel/env", {
|
|
"targets": {
|
|
"browsers": ["> 1%", "last 2 versions", "safari >= 16", "not ie > 0", "not dead"]
|
|
},
|
|
"modules": "commonjs"
|
|
}], ["minify", {
|
|
"builtIns": false
|
|
}]],
|
|
"env": {
|
|
"production": {
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
"transform-remove-debugger",
|
|
"transform-minify-booleans"
|
|
]
|
|
}
|
|
},
|
|
"ignore": [
|
|
"2FAS - Two factor authentication/**/*.js"
|
|
]
|
|
}
|