You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The first version of the npm package only provide ES modules, so I cannot evaluate the add-ons directly in my browser along with bpmn-visualization
Describe the solution you'd like
Create the bundle with the bundler of your choice. In bpmn-visualization, we use Rollup. We may reuse it to capitalize.
⚠️ WARNING ⚠️ bpmn-visualization (and its implementation) must not be integrated in the bundles. HTML pages will load it by themself. Remember that the code of bpmn-visualization is available as a global bpmnVisu object, so the produced IIFE bundle should use this global object. https://rollupjs.org/configuration-options/#output-globals may help.
The content you are editing has changed. Please copy your edits and refresh the page.
We have decided not to pursue this feature. The main objective of this library is to experiment with ways to enhance tree-shaking for bpmn-visualization by offering tree-shakable features. Providing an IIFE bundle does not align with this goal.
Is your feature request related to a problem? Please describe.
The first version of the npm package only provide ES modules, so I cannot evaluate the add-ons directly in my browser along with
bpmn-visualization
Describe the solution you'd like
Create the bundle with the bundler of your choice. In
bpmn-visualization
, we use Rollup. We may reuse it to capitalize.bpmnVisu
object, so the produced IIFE bundle should use this global object. https://rollupjs.org/configuration-options/#output-globals may help.Tasks
The text was updated successfully, but these errors were encountered: