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
Based on observations in this project it looks like if you are using CSS based Import Attributes and SSR / custom resource loaders, PostCSS is trying to bundle JavaScript based resources and throwing an error
I think the issue can be reproduced by having an SSR route that uses (a component) with an import attribute and using prerender with custom resource loaders, e.g.
Type of Change
Bug
Summary
Based on observations in this project it looks like if you are using CSS based Import Attributes and SSR / custom resource loaders, PostCSS is trying to bundle JavaScript based resources and throwing an error
Details
I think the issue can be reproduced by having an SSR route that uses (a component) with an import attribute and using
prerender
with custom resource loaders, e.g.The text was updated successfully, but these errors were encountered: