mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2025-01-04 02:52:26 +00:00
27 lines
389 B
Plaintext
27 lines
389 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"modules": false,
|
|
"targets": {
|
|
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
|
|
}
|
|
}],
|
|
"stage-2"
|
|
],
|
|
"plugins": [
|
|
"transform-runtime",
|
|
"syntax-dynamic-import"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
"env",
|
|
"stage-2"
|
|
],
|
|
"plugins": [
|
|
"istanbul"
|
|
]
|
|
}
|
|
}
|
|
}
|