mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 12:23:03 +00:00
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset'
|
|
],
|
|
plugins: [
|
|
'@vue/babel-plugin-transform-vue-jsx'
|
|
]
|
|
}
|