Skip to content

Commit

Permalink
is that right?
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Oct 10, 2023
1 parent 2c03f5b commit 2b5e571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/esbuild/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function getEsbuildAliases(opts: BuildOptions): Record<string, string> {
* Note that we should not rely on this to mark node.js built-in modules as
* external. Doing so will override esbuild's automatic marking of those modules
* as side-effect-free, which allows imports from them to be properly
* tree-shaked.
* tree-shaken.
*/
const externalNodeModules = [
'@jest/core',
Expand Down

0 comments on commit 2b5e571

Please sign in to comment.