erp-mobile/babel.config.js

4 lines
46 B
JavaScript
Raw Normal View History

2018-09-05 11:25:28 +08:00
module.exports = {
presets: ["@vue/app"]
};