We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7180761 commit eed9ab7Copy full SHA for eed9ab7
babel.config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
presets: [
3
- '@vue/cli-plugin-babel/preset'
+ ['@babel/preset-env', { targets: { node: 'current' } }]
4
]
5
}
0 commit comments