Using the bpmn-js-differ plugin in a vanilla js project

Sorry if this question is too basic. I’m using bpmn in a non-node project, just html + javascript. It works fine, except I can’t load the differ plugin. When I follow the instructions on the plugin, I get errors that I assume come from not loading it from a node server/project.
I tried cloning the git project, but I get other dependency errors. Is there a way to load the utiltity from plain html+javascript?

You likely have to bundle it for the browser (i.e. using webpack).

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.