You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if I should've opened a new issue or not, and I know this is like 1.5 years ago, but I FINALLY just tried this.
Sadly, I couldn't get it to work.
Specifically: public_path = chunk_file.get("publicPath") ends up looking like "auto023cc06898b0b15eeedc.svg". After playing with it for a while, I realized the webpack-stats.json looks like this:
Not sure if I should've opened a new issue or not, and I know this is like 1.5 years ago, but I FINALLY just tried this.
Sadly, I couldn't get it to work.
Specifically:
public_path = chunk_file.get("publicPath")
ends up looking like"auto023cc06898b0b15eeedc.svg"
. After playing with it for a while, I realized thewebpack-stats.json
looks like this:So, I believe it is supposed to be:
Above probably isn't great to call
get_assets()
every file even if it is cached. Probably recommend passing assets into theget_chunk_url
I'm not 100% sure if this is correct though, so welcome to feedback first.
The text was updated successfully, but these errors were encountered: