From 9b4056c2c36e60cf7dc372d1fcfa7b621ecd74cb Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Sun, 23 Oct 2022 20:04:17 +0300 Subject: [PATCH] chunks-off --- astro.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/astro.config.ts b/astro.config.ts index 50930bf3..beb88fe9 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -41,6 +41,7 @@ const astroConfig: AstroUserConfig = { plugins: [visualizer()], output: { // eslint-disable-next-line sonarjs/cognitive-complexity + /* manualChunks(id) { if (id.includes('p2p')) return 'p2p' if (id.includes('editor') || id.includes('Editor')) return 'editor' @@ -64,6 +65,7 @@ const astroConfig: AstroUserConfig = { return chunkid } } + */ }, external: ['@aws-sdk/clients/s3'] }