-
Notifications
You must be signed in to change notification settings - Fork 90
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
Webpack build #101
Comments
I have never used webpack so I do not know. WASM-ImageMagick/src/magickApi.ts Lines 174 to 194 in 88ef4c6
|
I managed to pass this step using Webpack dynamic import feature. But it fails later. I ended doing what I need in JS canvas at the moment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't have your lib working with webpack.
I've got this message in dev console :
Error: Failed to resolve async component default: SecurityError: Worker constructor: Failed to load worker script at "webpack-internal:///./node_modules/wasm-imagemagick/dist/src/magick.js"
Where does magick.js and magick.wasm should go for webpack to found them ?
The text was updated successfully, but these errors were encountered: