Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CssAssetsOptions

Options for managing CSS assets without javascript imports.

Hierarchy

  • CssAssetsOptions

Index

Properties

concat

concat: ObjectDictionary<string[] | ConcatenationOptions>

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.

cssFiles

cssFiles: ObjectDictionary<string | CssSourceOptions>

Maps css files from a source location to a webpack asset location.

emitSourceMaps

emitSourceMaps: boolean

When true, any source maps related to the assets are written out as additional files or inline depending on the value of inlineSourceMaps.

inlineSourceMaps

inlineSourceMaps: boolean

Whether source maps should be included in the css file itself. This should only be used in development.

Generated using TypeDoc