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