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

ExtractTextWebpackPlugin generated assets are not in locals.assets #110

Open
internetofsteve opened this issue Jun 17, 2017 · 1 comment

Comments

@internetofsteve
Copy link

internetofsteve commented Jun 17, 2017

Howdy,

In my render function I am using locals to dynamically generate the filenames of my assets.

I create .css assets using the ExtractTextWebpackPlugin and noticed that they do not exist in locals.assets, which seems to only contain my .js assets.

I can find my .css assets when I look in locals.webpackStats.compilation.assets, however.

Is this expected functionality?

Cheers!

@skipjack
Copy link

Seeing this issue as well -- will use webpackStats for now as a workaround but it would be nice to fix this for locals.assets rather than having to dig into stats.

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