Maps several webpack assets to a new concatenated asset and manages their sourcemaps. The concatenated asset will belong to all the chunks to which the assets belonged.
Maps css files from a source location to a webpack asset location.
When true, any source maps related to the assets are written out as
additional files or inline depending on the value of inlineSourceMaps
.
Whether source maps should be included in the css file itself. This should only be used in development.
Generated using TypeDoc
Options for managing CSS assets without javascript imports.