| | |
| | | /* |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-10-21 14:09:00 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2022-10-25 15:51:46 |
| | | * @FilePath: \sd-jg-school-web\babel.config.js |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved. |
| | | */ |
| | | module.exports = { |
| | | // presets: [ |
| | | // '@vue/cli-plugin-babel/preset' |
| | | // ], |
| | | presets: [ |
| | | '@vue/cli-plugin-babel/preset' |
| | | ] |
| | | '@vue/app' |
| | | ], |
| | | env: { |
| | | development: { |
| | | plugins: ['dynamic-import-node'] |
| | | } |
| | | } |
| | | |
| | | // presets: ['@vue/app', { |
| | | // useBuiltIns: 'entry' |