Skip to content

Commit

Permalink
docs: clean comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Nov 28, 2024
1 parent 08dbb27 commit b5d1c7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ async function getImports(
);

if (integrationsPath) {
// TODO: cache dynamic import can improve performance? We need to try it
const module = await import(integrationsPath);

if (module.webContextPlugins?.length > 0) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export async function preEntrypointAnalysis(
webComponents: aggregatedWebComponents,

// Fields that need an extra analysis during/after build:
// TODO: Maybe useI18n and i18nKeys can be included to this previous analysis?
code: '',
size,
useI18n: false,
Expand Down

0 comments on commit b5d1c7d

Please sign in to comment.