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
Looks like "self managed" relative references to node_modules will produce a 500 error in the console because it looks like an extra /node_modules/{specifier}/ is being prepended to the link.
thescientist13
changed the title
relative node_modules references for CSS url bundling not working
bundling for CSS relative node_modules based url references breaks
Dec 28, 2024
Type of Change
Bug
Summary
Looks like "self managed" relative references to node_modules will produce a 500 error in the console because it looks like an extra
/node_modules/{specifier}/
is being prepended to the link.Details
Seems to be a regression / oversight from #1346 . See this PR for reference - ProjectEvergreen/www.greenwoodjs.dev#146
The text was updated successfully, but these errors were encountered: