mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 04:28:51 +08:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
module.exports = {
|
|
presets: ["@vue/cli-plugin-babel/preset"],
|
|
plugins: [
|
|
'@babel/plugin-proposal-optional-chaining'
|
|
]
|
|
};
|