mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-01-11 08:54:13 +00:00
10 lines
183 B
JavaScript
10 lines
183 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset'
|
|
],
|
|
plugins: [
|
|
'@vue/babel-plugin-transform-vue-jsx',
|
|
'@babel/plugin-transform-class-static-block'
|
|
]
|
|
}
|