Skip to content

Commit 7604cc5

Browse files
committed
fixup!
1 parent 6482b73 commit 7604cc5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/generators/web/utils/bundle.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ export default async function bundleCode(codeMap, { server = false } = {}) {
4141
// Minify output only for browser builds to optimize file size.
4242
// Server builds are usually not minified to preserve stack traces and debuggability.
4343
minify: !server,
44-
45-
// Within server builds we want to ensure dynamic imports get inlined whenever possible.
46-
inlineDynamicImports: server,
4744
},
4845

4946
// Platform informs Rolldown of the environment-specific code behavior:

0 commit comments

Comments
 (0)