schlechtenburg/babel.config.js

7 lines
91 B
JavaScript
Raw Normal View History

2020-05-19 11:45:14 +00:00
module.exports = {
presets: [
2020-05-25 21:10:21 +00:00
'vca-jsx',
2020-05-19 11:45:14 +00:00
'@vue/cli-plugin-babel/preset',
],
};