update comment

pull/3403/head
Divyansh Singh 2 years ago
parent b194c232b5
commit 3e06baee1b

@ -22,8 +22,8 @@ const clientDir = normalizePath(
path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../client') 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) // 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 = [ const excludedModules = [
'/@siteData', '/@siteData',
'node_modules/@vueuse/core/', 'node_modules/@vueuse/core/',

Loading…
Cancel
Save