mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-06-29 18:09:22 +08:00
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
{
|
|
"presets": [
|
|
[ "@babel/preset-env", {
|
|
"targets": {
|
|
"browsers": [ "last 1 version", "ie >= 11" ]
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime"
|
|
]
|
|
} |