You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any chance you could update the build process to export modules so TS apps can use this library without importing the entire library before doing destructuring?
The text was updated successfully, but these errors were encountered:
[ng] Warning: ./node_modules/@capgo/ngx-intl-tel-input/fesm2020/capgo-ngx-intl-tel-input.mjs depends on 'google-libphonenumber'. CommonJS or AMD dependencies can cause optimization bailouts.
[ng] For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[
I'm all for it but I don't really have the time to do it at the moment. If anyone is interested in doing a PR, I'll be glad to take a look.
I think the real difficulty here is the dependency on Google Closure though. If Google moved away from it, it would be so much easier to use the upstream version..
Any chance you could update the build process to export modules so TS apps can use this library without importing the entire library before doing destructuring?
The text was updated successfully, but these errors were encountered: