Created
December 1, 2020 20:10
-
-
Save davestewart/a9b90595430a2bb0bd658904b63f355c to your computer and use it in GitHub Desktop.
Target modern browsers only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
presets: [ | |
[ | |
'@vue/cli-plugin-babel/preset', // or any other preset, I guess | |
{ | |
targets: { | |
chrome: '73', | |
node: '11' | |
} | |
} | |
] | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm i /D babel-core |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment