c3lf-system-3/web/babel.config.js

6 lines
82 B
JavaScript
Raw Permalink Normal View History

2019-11-13 22:02:44 +01:00
module.exports = {
2023-11-27 01:14:52 +01:00
presets: [
'@vue/cli-plugin-babel/preset'
]
2019-11-13 22:20:41 +01:00
};