web-xiangsonghua/dwt-circuit/webpack-circuit/.babelrc

14 lines
259 B
Plaintext
Raw Permalink Normal View History

2024-12-23 15:13:57 +08:00
{
"presets": [
["@babel/preset-env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
},
"useBuiltIns": "usage"
}]
],
"plugins": [
"@babel/plugin-transform-runtime"
]
}