Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular components importing v1.1.2 fail to import mergeImages #5

Closed
Ivaylo2017 opened this issue Mar 15, 2024 · 1 comment
Closed

Comments

@Ivaylo2017
Copy link
Contributor

Since last release I notice that my modules fail to resolve the import of mergeImages from merge-base64 module.
VSC throws runtime error message :
This module can only be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default export.
Resolving it in the manner described in this StackOverflow works:
(https://stackoverflow.com/questions/68785926/this-module-can-only-be-referenced-with-ecmascript-imports-exports-by-turning-on)
Opening PR with proposed solution

@ragrag
Copy link
Owner

ragrag commented Mar 16, 2024

thanks again for the report!

will create new release shortly from merged PR

@ragrag ragrag closed this as completed Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants