diff --git a/packages/webamp/scripts/rollup.mjs b/packages/webamp/scripts/rollup.mjs index ef2d82b8..9618b3ad 100644 --- a/packages/webamp/scripts/rollup.mjs +++ b/packages/webamp/scripts/rollup.mjs @@ -92,7 +92,7 @@ build(); async function build() { console.log(`🚀 Building ${BUNDLES.length} bundles in parallel...`); - + const buildPromises = BUNDLES.map(async (bundleDesc) => { console.log(`📦 Building ${bundleDesc.name}...`); const plugins = getPlugins({