forked from mystiq/hydrogen-web
Add explaining comment
This commit is contained in:
parent
9e88bc3098
commit
43244fa026
1 changed files with 3 additions and 0 deletions
|
@ -246,6 +246,9 @@ module.exports = function buildThemes(options) {
|
||||||
},
|
},
|
||||||
|
|
||||||
generateBundle(_, bundle) {
|
generateBundle(_, bundle) {
|
||||||
|
// assetMap: Mapping from asset-name (eg: element-dark.css) to AssetInfo
|
||||||
|
// chunkMap: Mapping from theme-location (eg: hydrogen-web/src/.../css/themes/element) to a list of ChunkInfo
|
||||||
|
// types of AssetInfo and ChunkInfo can be found at https://rollupjs.org/guide/en/#generatebundle
|
||||||
const { assetMap, chunkMap, runtimeThemeChunk } = parseBundle(bundle);
|
const { assetMap, chunkMap, runtimeThemeChunk } = parseBundle(bundle);
|
||||||
const manifestLocations = [];
|
const manifestLocations = [];
|
||||||
for (const [location, chunkArray] of chunkMap) {
|
for (const [location, chunkArray] of chunkMap) {
|
||||||
|
|
Loading…
Reference in a new issue