Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module.exports = {
  2.   presets: [
  3.     '@vue/app'
  4.   ],
  5.   plugins: [
  6.     '@babel/plugin-proposal-optional-chaining'
  7.   ]
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement