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
@cbxp i actually plan on ripping this feature out. It's brittle and error prone. There's a lot of edge cases and I think it's easier to just tell the user to read from the generated manifest.
#24 addresses it, I just haven't gotten around to making it happen.
In case of nested entrypoints, e.g.
/_dist_/ui/something.js
,baseFile
gets only filename 'something' and not 'ui/something' to be replaced properly.In case of multiple entrypoints, the
/_dist_/
prefix is omitted fromunhashedEntrypoints
andisEntrypoint
check always fails.The text was updated successfully, but these errors were encountered: