I have created a custom extension,
the extension is located in the "extensions/entities" directory.
When i use
import JsReport from 'jsreport'
jsreport finds it automatically, but when I use
jsreport = require('@jsreport/jsreport-core')(jsReportCfg)
i can load another extensions with
jsreport.use(require('@jsreport/jsreport-assets')())
but I can't find a way to load my custom extension.
I hope you can help me with this, thank you very much!!
Regards, Pablo