Skip to content

Commit

Permalink
Merge branch 'dev' into markdalgleish/css-bundle-skip-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored Jun 21, 2023
2 parents 727aae1 + a52e2b8 commit 817024f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remix-dev/compiler/js/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const createEsbuildConfig = (
externalPlugin(/^https?:\/\//, { sideEffects: false }),
mdxPlugin(ctx),
emptyModulesPlugin(ctx, /\.server(\.[jt]sx?)?$/),
emptyModulesPlugin(ctx, /^@remix-run\/(deno|cloudflare|node)(\/.*)?$/),
nodeModulesPolyfillPlugin(),
externalPlugin(/^node:.*/, { sideEffects: false }),
];
Expand Down

0 comments on commit 817024f

Please sign in to comment.