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

Missing esm-es5 bundle in 1.2.8 #102

Open
MarkChrisLevy opened this issue Sep 30, 2020 · 2 comments
Open

Missing esm-es5 bundle in 1.2.8 #102

MarkChrisLevy opened this issue Sep 30, 2020 · 2 comments

Comments

@MarkChrisLevy
Copy link

In package.json module points to dist/bundles/wasm-imagemagick.esm-es5.js but that file not exists.

@KnicKnic
Copy link
Owner

@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?

@MarkChrisLevy
Copy link
Author

MarkChrisLevy commented Nov 23, 2020

@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.

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