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
With the next major version we should turn the postcss configuration option on by default or rename it to preprocess and invert the value.
The goal of this change is to make the use in production more straight forward and that the default case is the one with better performance.
Maybe we should also add a loadCorsStylesheets configuration option that defaults to false, so that we don’t fetch any stylesheets by default (in modern browsers). Legacy browsers would still need an ajax call for stylesheets that have the crossorigin attribute set.
The text was updated successfully, but these errors were encountered:
With the next major version we should turn the
postcss
configuration option on by default or rename it topreprocess
and invert the value.The goal of this change is to make the use in production more straight forward and that the default case is the one with better performance.
Maybe we should also add a
loadCorsStylesheets
configuration option that defaults to false, so that we don’t fetch any stylesheets by default (in modern browsers). Legacy browsers would still need an ajax call for stylesheets that have thecrossorigin
attribute set.The text was updated successfully, but these errors were encountered: