halo-admin/babel.config.js

4 lines
46 B
JavaScript
Raw Normal View History

2019-03-18 16:35:13 +00:00
module.exports = {
presets: ["@vue/app"]
};