Cordobo / angularx-qrcode

A fast and easy-to-use Angular QR Code Generator library with Ivy support
https://cordobo.github.io/angularx-qrcode/
MIT License
472 stars 126 forks source link

qrcode module is not ESM #250

Closed caboodal closed 6 months ago

caboodal commented 6 months ago

When building I receive the following warning...

[WARNING] Module 'qrcode' used by 'node_modules/angularx-qrcode/fesm2022/angularx-qrcode.mjs' is not ESM

Should I expect this, obviously I can override it in the angular.json file but I'd prefer not to.

Cordobo commented 6 months ago

Hi @caboodal

thanks for your contribution, unfortunately it#s an issue with the underlying lib, I commented in issue #110 with more detail.

I'm closing this, as duplicate