This namespace exposes a single instance of AssetHelper
Classes
Type Definitions
# Chunk
Chunk represents a set of CSS and JS files that have been created due to webpack code splitting.
Properties:
Name | Type | Description |
---|---|---|
jsPaths |
Array.<string>
|
A list of JS files |
cssFiles |
Array.<module:asset-helper~CssFile>
|
The CSS files |
# CssFile
Properties:
Name | Type | Description |
---|---|---|
path |
string
|
The path to the css file |
content |
string
|
The contents of the file |