Fix some bugs in the vendoring script

This commit is contained in:
Joseph Garrone
2024-09-22 20:21:07 +02:00
parent ddb0af1dcb
commit 6dc51dfab3
4 changed files with 111 additions and 1 deletions

View File

@ -64,6 +64,9 @@ export function vendorFrontendDependencies(params: { distDirPath: string }) {
` }`,
` }`,
` ]`,
` },`,
` experiments: {`,
` outputModule: true`,
` }`,
`};`
].join("\n")