it-console/code/web/it-console/babel.config.js
2023-03-21 23:28:44 +08:00

15 lines
280 B
JavaScript

/*
* @Author: Kane
* @Date: 2023-02-23 00:15:23
* @LastEditors: Kane
* @FilePath: /it-console/babel.config.js
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
module.exports = {
presets: [
"@vue/cli-plugin-babel/preset",
],
};