|
@ -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 |
|
|
} |
|
|
} |
|
|