2021-07-03 08:36:11 +08:00
|
|
|
module.exports = {
|
2022-06-25 12:35:05 +08:00
|
|
|
presets: ["@vue/cli-plugin-babel/preset"],
|
|
|
|
plugins: [
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
|
|
"@babel/plugin-proposal-optional-chaining"
|
|
|
|
]
|
2021-07-03 08:36:11 +08:00
|
|
|
};
|