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.
JiangNingUmale-h5/babel.config.js

11 lines
205 B

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