Skip to content

Instantly share code, notes, and snippets.

@davestewart
Created December 1, 2020 20:10
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 davestewart/a9b90595430a2bb0bd658904b63f355c to your computer and use it in GitHub Desktop.
Save davestewart/a9b90595430a2bb0bd658904b63f355c to your computer and use it in GitHub Desktop.
Target modern browsers only
module.exports = {
presets: [
[
'@vue/cli-plugin-babel/preset', // or any other preset, I guess
{
targets: {
chrome: '73',
node: '11'
}
}
]
]
}
npm i /D babel-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment