Hello,
I’m trying to use BPMN.IO inside an Angular 6 application. I’m basing my code on this project (https://github.com/narve/angular-bpmn), but got the same problem: works fine when running in development mode, but crashes on runtime when building with the --prod flag.
To check the bug, just clone the repo, run npm install, then ng build – prod and then serve the files with your favorite web server.
Any idea of what could be happening?
Thanks!