Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/linter
Browse files Browse the repository at this point in the history
  • Loading branch information
wederbn committed Oct 23, 2023
2 parents 0973ef8 + 29a29af commit f4f1a9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/bpmn-q/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ module.exports = {
"https://raw.githubusercontent.com/PlanQK/workflow-modeler/master/components/bpmn-q/modeler-component/extensions/quantme/configurations/quantmeDataObjects.json",
DOWNLOAD_FILE_NAME: "quantum-workflow-model",
ENABLE_DATA_FLOW_PLUGIN: true,
ENABLE_PLANQK_PLUGIN: true,
ENABLE_QHANA_PLUGIN: true,
ENABLE_PLANQK_PLUGIN: false,
ENABLE_QHANA_PLUGIN: false,
ENABLE_QUANTME_PLUGIN: true,
ENABLE_OPENTOSCA_PLUGIN: true,
GITHUB_TOKEN: "",
Expand All @@ -100,4 +100,4 @@ module.exports = {
],
mode: "development",
devtool: "source-map",
};
};

0 comments on commit f4f1a9b

Please sign in to comment.