Skip to content

Commit

Permalink
Update packages/adapter-node/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
  • Loading branch information
benmccann and gtm-nayan committed Jun 30, 2023
1 parent 8eee5dc commit 1a6ce3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/adapter-node/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ export default function (opts = {}) {
format: 'esm',
sourcemap: true,
chunkFileNames: 'server/chunks/[name]-[hash].js',
// without this rollup will insert some imports to try speed up
// module loading but it doesn't really affect anything on the server side
hoistTransitiveImports: false
});
}
Expand Down

0 comments on commit 1a6ce3e

Please sign in to comment.