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
We are using heic2any in our Angular 11 project, and we love it since it solved the issues we had with images uploaded from iOS.
But using commonJS can raise some drawbacks that we would like to avoid. So I am wondering if you have any plans of creating an ECMAscript version of heic2any... e.g. heic2any-es?
This is the warning I get when compiling the Angular project:
Warning: /home/xyz/myApp/src/app/_components/message-composer/message-composer.component.ts depends on 'heic2any'.
CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
I know this warning is not the end of the world, but I like to keep things clean :-)
The text was updated successfully, but these errors were encountered:
marie-dk
changed the title
Any plans of an ECMAscript version of heich2any?
Any plans of an ECMAscript version of heic2any?
Feb 18, 2021
We are using heic2any in our Angular 11 project, and we love it since it solved the issues we had with images uploaded from iOS.
But using commonJS can raise some drawbacks that we would like to avoid. So I am wondering if you have any plans of creating an ECMAscript version of heic2any... e.g. heic2any-es?
This is the warning I get when compiling the Angular project:
I know this warning is not the end of the world, but I like to keep things clean :-)
The text was updated successfully, but these errors were encountered: