perf: 去除流程校验器,有需求可自行添加
parent
f9f8a293a3
commit
45884f31a8
|
|
@ -66,8 +66,7 @@
|
||||||
"vue-router": "3.4.9",
|
"vue-router": "3.4.9",
|
||||||
"vuedraggable": "2.24.3",
|
"vuedraggable": "2.24.3",
|
||||||
"vuex": "3.6.0",
|
"vuex": "3.6.0",
|
||||||
"xcrud": "^0.4.19",
|
"xcrud": "^0.4.19"
|
||||||
"bpmnlint-plugin-local": "file:bpmnlint-plugin-local"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/parser": "^7.20.5",
|
"@babel/parser": "^7.20.5",
|
||||||
|
|
|
||||||
|
|
@ -116,9 +116,10 @@ export default {
|
||||||
translate: ['value', customTranslate]
|
translate: ['value', customTranslate]
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
linting: {
|
// 去除流程校验器,有需求可自行添加,需要在package.json 加入 "bpmnlint-plugin-local": "file:bpmnlint-plugin-local"
|
||||||
bpmnlint: bpmnlintConfig
|
// linting: {
|
||||||
},
|
// bpmnlint: bpmnlintConfig
|
||||||
|
// },
|
||||||
moddleExtensions: {
|
moddleExtensions: {
|
||||||
flowable: FlowableModule
|
flowable: FlowableModule
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue