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
Currently the stylesheet compiler does not handle @import itself.
Other preprocessors (like less-loader) can transform it properly. However, if use without preprocessors, the @import will be passed to css-loader which inlines the imported content directly, missing proper transform of rpx and class prefixes.
The text was updated successfully, but these errors were encountered:
Currently the stylesheet compiler does not handle
@import
itself.Other preprocessors (like
less-loader
) can transform it properly. However, if use without preprocessors, the@import
will be passed tocss-loader
which inlines the imported content directly, missing proper transform ofrpx
and class prefixes.The text was updated successfully, but these errors were encountered: