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
The current migration I had works, but I came to bit confused to understand what's recommended pattern / path forward if I want to migrate from webpack loaders.
TL:DR, what css options are recommended and what should be used in which cases?
When should enable lightningcss-loader? Is there an equivalent / similar legacy webpack aims to be replaced?
When should use webpack's existing loaders (css-loader, style-loader, ...)?
When should use native css experiments options, and in that case what need to be additionally configured among above
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Reading through docs, I could see multiple loader / options are pointing to process css
The current migration I had works, but I came to bit confused to understand what's recommended pattern / path forward if I want to migrate from webpack loaders.
TL:DR, what css options are recommended and what should be used in which cases?
lightningcss-loader
? Is there an equivalent / similar legacy webpack aims to be replaced?css-loader
,style-loader
, ...)?Beta Was this translation helpful? Give feedback.
All reactions