-
Notifications
You must be signed in to change notification settings - Fork 99
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 atomizer-plugins: images are broken after webpack build #609
Comments
Thanks for the report. If you remove the atomizer plugin does the PNG work properly? I'm not sure why atomizer would affect that, unless there is some webpack conflict that is occurring. Any webpack debug messages you can provide? |
Hello @redonkulus.
Nothing specific:
|
I'll take a look as soon as I can. atomizer-plugins just uses the unplugin library to build framework wrappers, there might be some bug there that was introduced recently. |
Probably the problem is in the use of ESM modules. |
Ok, we need to support esm modules as well. Will take a look at that soon. |
Issue: Images (jpg, png, webp) are broken after project build
Repo with bug: https://github.com/a-gunderin/webpack-starter/tree/bug-atomizer
There is minimal code to reproduce the issue.
./dist/img
directoryThe text was updated successfully, but these errors were encountered: