django-vue3-admin-web/node_modules/vue-qr/.babelrc
2025-10-20 21:21:14 +08:00

18 lines
232 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
]
],
"plugins": [
[
"@babel/plugin-transform-runtime",
{}
],
"@babel/plugin-proposal-class-properties"
]
}