1
This commit is contained in:
8
babel.config.js
Normal file
8
babel.config.js
Normal file
@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@vue/cli-plugin-babel/preset'
|
||||
],
|
||||
plugins: [
|
||||
"@babel/plugin-proposal-optional-chaining"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user