perf: 去除流程校验器,有需求可自行添加

This commit is contained in:
tony
2023-03-30 19:17:01 +08:00
parent f9f8a293a3
commit 45884f31a8
2 changed files with 5 additions and 5 deletions

View File

@@ -66,8 +66,7 @@
"vue-router": "3.4.9",
"vuedraggable": "2.24.3",
"vuex": "3.6.0",
"xcrud": "^0.4.19",
"bpmnlint-plugin-local": "file:bpmnlint-plugin-local"
"xcrud": "^0.4.19"
},
"devDependencies": {
"@babel/parser": "^7.20.5",

View File

@@ -116,9 +116,10 @@ export default {
translate: ['value', customTranslate]
},
],
linting: {
bpmnlint: bpmnlintConfig
},
// 去除流程校验器,有需求可自行添加,需要在package.json 加入 "bpmnlint-plugin-local": "file:bpmnlint-plugin-local"
// linting: {
// bpmnlint: bpmnlintConfig
// },
moddleExtensions: {
flowable: FlowableModule
}