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
added the exportType option with 'array', 'string' and 'css-style-sheet' values (c6d2066)
'array' - the default export is Array with API for style-loader and other
'string' - the default export is String you don't need to-string-loader loader anymore
'css-style-sheet' - the default export is a constructable stylesheet, you can use import sheet from './styles.css' assert { type: 'css' }; like in a browser, more information you can find here
supported supports() and layer() functions in @import at-rules (#1377) (bce2c17)