mirror of
https://github.com/OpenBazaar/openbazaar-desktop
synced 2025-10-06 00:22:47 +02:00
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
{
|
|
"env": {
|
|
"development": {
|
|
"presets": ["env", "stage-1"]
|
|
},
|
|
"production": {
|
|
"presets": ["env", "stage-1"]
|
|
},
|
|
"workers": {
|
|
"presets": [["env", { "modules": false }], "stage-1"]
|
|
}
|
|
}
|
|
}
|