From 3e06baee1b4f74892df3b9d423b29252b73e15bd Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Wed, 3 Jan 2024 00:11:14 +0530 Subject: [PATCH] update comment --- src/node/build/bundle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/build/bundle.ts b/src/node/build/bundle.ts index 76e6dfef..3a7a983c 100644 --- a/src/node/build/bundle.ts +++ b/src/node/build/bundle.ts @@ -22,8 +22,8 @@ const clientDir = normalizePath( path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../client') ) -// to avoid circular dependency issues // these deps are also being used in the client code (outside of the theme) +// exclude them from the theme chunk so there is no circular dependency const excludedModules = [ '/@siteData', 'node_modules/@vueuse/core/',