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!
Howdy,
In my render function I am using
localsto dynamically generate the filenames of my assets.I create
.cssassets using the ExtractTextWebpackPlugin and noticed that they do not exist inlocals.assets, which seems to only contain my.jsassets.I can find my
.cssassets when I look inlocals.webpackStats.compilation.assets, however.Is this expected functionality?
Cheers!