Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Sep 22, 2024
1 parent 68e42f0 commit d052639
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export function createBundlerConfig(): BundlerConfig {
id,
name,
chunks: [],
// `async` is not strictly necessary if we use `__webpack_chunk_load__` trick
// but for now, going with async `__webpack_require__` seems simpler.
async: true,
} satisfies ImportManifestEntry;
},
Expand Down

0 comments on commit d052639

Please sign in to comment.