-
Notifications
You must be signed in to change notification settings - Fork 94
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
Unable to make it work using browserify #8
Comments
also tried using webpack and I kept getting errors with fs module |
The same issue |
Same here on Webpack:
|
Following this thread, adding the following to webpack config seems to work: node: {
fs: 'empty'
} |
Same on Svelte (vite bundler) btw use /dist/markdown-it-imsize.min.js if you need version for browsers, it works good without browserify. upd: solved with |
Tried bundling this plugin with browserify and I keep getting errors like 'Error: Cannot find module './types/bmp''.
Do you guys know a workaround or something?
Best regards
The text was updated successfully, but these errors were encountered: