You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mudu-vx/babel.config.js

11 lines
202 B

/*
* @Author: 付刚
* @Date: 2021-06-03 18:19:56
* @LastEditors: 付刚
* @LastEditTime: 2021-06-03 21:11:38
* @FilePath: \MuduAPP\babel.config.js
*/
module.exports = {
presets: ['@vue/app']
}