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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: