I'm building a BPMN modeler using the BPMN-Js package using asp.net core mvc, I need to import this module
import BpmnModeler from 'bpmn-js/lib/Modeler';
I set up the package.json file in asp.net and added the node-modules folder in UseStaticFiles
Now I can't figure out how to import BpmnModeler in script, I read about bundling but it's all new to me, a little help is much appreciated.