111
@@ -1,5 +1,8 @@
module.exports = {
presets: [
'@vue/app'
+ ],
+ plugins: [
+ "@babel/plugin-proposal-optional-chaining"
]
}