mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-06-21 17:30:13 +08:00
8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
module.exports = {
|
|
presets: ['@vue/cli-plugin-babel/preset'],
|
|
plugins: [
|
|
'@babel/plugin-proposal-optional-chaining',
|
|
'@babel/plugin-proposal-class-properties',
|
|
],
|
|
};
|