mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-04-05 07:52:44 +08:00
19 lines
317 B
Plaintext
19 lines
317 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"modules": false,
|
|
"targets": {
|
|
"browsers": "> 1%, IE 11, not op_mini all, not dead"
|
|
},
|
|
"useBuiltIns": "usage",
|
|
"corejs": 2
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
}
|