Fix formatting
This commit is contained in:
parent
ff98ef4465
commit
0a95eb0940
1 changed files with 55 additions and 55 deletions
|
@ -187,7 +187,7 @@ module.exports = function buildThemes(options) {
|
|||
}
|
||||
return null;
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
transformIndexHtml(_, ctx) {
|
||||
if (isDevelopment) {
|
||||
|
@ -223,9 +223,9 @@ module.exports = function buildThemes(options) {
|
|||
}
|
||||
},
|
||||
];
|
||||
},
|
||||
},
|
||||
|
||||
generateBundle(_, bundle) {
|
||||
generateBundle(_, bundle) {
|
||||
const { assetMap, chunkMap, runtimeThemeChunk } = parseBundle(bundle);
|
||||
for (const [location, chunkArray] of chunkMap) {
|
||||
const manifest = require(`${location}/manifest.json`);
|
||||
|
@ -245,6 +245,6 @@ generateBundle(_, bundle) {
|
|||
source: JSON.stringify(manifest),
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue