dl_site_nuxt/.babelrc

9 lines
128 B
Plaintext
Raw Permalink Normal View History

2025-06-30 02:10:35 +08:00
{
"compact": false,
"presets": [
["@nuxt/babel-preset-app", {
"useBuiltIns": "entry"
}]
],
"plugins": []
}