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
What I mean is that, is it possible to skip this import "cdn/external.css" expression at hydrate server side?
Since this expression can only be used at browser side.
The text was updated successfully, but these errors were encountered:
ahuigo
changed the title
Is it possible to support import "./external.css" expression?
Is it possible to ignore import "./external.css" expression for SSR?
Sep 9, 2022
ahuigo
changed the title
Is it possible to ignore import "./external.css" expression for SSR?
Is it possible to ignore css module expression like import "//cdn.com/external.css" for SSR?
Sep 9, 2022
What I mean is that, is it possible to skip this
import "cdn/external.css"
expression at hydrate server side?Since this expression can only be used at browser side.
The text was updated successfully, but these errors were encountered: