-
Notifications
You must be signed in to change notification settings - Fork 40
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
Adding assets in compiler.plugin('emit') state - not appearing in manifest #5
Comments
I think the reason is because you taking assets from |
I believe in the assets section, it included css and js files but the modules section omits them. |
Modules section doesn't include dynamically added assets - that's the problem. |
I think it is a webpack issue at first. Cause in current situation we can't show in manifest assets that have been added from another plugins. You can read linked issue. |
Thanks for putting so much time into this issue. I wonder what will come from it on the webpack side. |
I created pull request (webpack/webpack#1291) to create field that contains path, so you can take assets from |
Hi @nickjj
I solved some problems with plugin, but it already didn't appearing in
manifest.json
.You can see it here - https://github.com/lgordey/webpack-plugin.
I think problem is in
Compilation instance
of webpack, but maybe you know why thats not working.Thanks!
The text was updated successfully, but these errors were encountered: