build(frontend): fix frontend manifest generation
This commit is contained in:
parent
e069d6be46
commit
b8f6581064
@ -60,7 +60,8 @@ await esbuild.build({
|
||||
processOutput(assets) {
|
||||
const orderAssets = {
|
||||
main: assets['main'],
|
||||
...assets
|
||||
polyfill: assets['polyfill'],
|
||||
icons: { "svg": assets['']['svg'][0] },
|
||||
};
|
||||
return JSON.stringify(orderAssets, null, ' ');
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user