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
@MarkChrisLevy just out of curiosity why are you targeting es5. Browsers that do not have support for es6 have poor support for webassembly. Is this a blocker if I formally just remove es5 from the package.json?
@KnicKnic From my point of view you can remove es5 support, but package.json "module" field points to not existing file and js bundler (rollup in my case) throws error.
In package.json module points to
dist/bundles/wasm-imagemagick.esm-es5.js
but that file not exists.The text was updated successfully, but these errors were encountered: