Skip to content

Instantly share code, notes, and snippets.

@LazyFatArrow
Created March 7, 2019 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LazyFatArrow/946569a3044f4c39d424038b6511f7e1 to your computer and use it in GitHub Desktop.
Save LazyFatArrow/946569a3044f4c39d424038b6511f7e1 to your computer and use it in GitHub Desktop.
module.exports = {
presets: [
process.env.BABEL_ENV === 'node' ? '@babel/preset-env' : '@vue/app'
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment