diff --git a/scripts/esbuild/util.ts b/scripts/esbuild/util.ts index 7b67ccc21663..506244ea8b42 100644 --- a/scripts/esbuild/util.ts +++ b/scripts/esbuild/util.ts @@ -39,7 +39,7 @@ export function getEsbuildAliases(opts: BuildOptions): Record { * 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',