公告板
版本库
filestore
活动
搜索
登录
黄鑫磊
/
MES_Test_Project
Mes测试程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改任务执行步骤状态完成检验
huang
8 天以前
73aa66976e35252378be3f09be2474193ccd0bf6
[~huangxinlei/MES_Test_Project.git]
/
mes-web
/
vue.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports = {
assetsDir: 'static',
parallel: false,
publicPath: './',
presets: [
'@vue/app',
[
'@babel/preset-env',
{
useBuiltIns: 'entry'
}
]
],
sourceType: 'unambiguous',
};