css-loader
Advanced tools
Changelog
6.3.0 (2021-09-18)
[folder]
placeholder (a0dee4f)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 heresupports()
and layer()
functions in @import
at-rules (#1377) (bce2c17)@media
at-rules (#1377) (bce2c17)