I'm using url-assembler in an Angular app, and Angular complains about using a commonJS module.
Would it be possible to convert this to an ECMA Module, or offer a ECMA Module version?
The ECMA version could then be the source of a converted commonJS version if that format is still necessary.
I'm using
url-assembler
in an Angular app, and Angular complains about using a commonJS module. Would it be possible to convert this to an ECMA Module, or offer a ECMA Module version? The ECMA version could then be the source of a converted commonJS version if that format is still necessary.See also https://web.dev/commonjs-larger-bundles/ https://angular.io/guide/build#configuring-commonjs-dependencies