Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Dec 10, 2024
1 parent 4ece46c commit 79811e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/esbuild-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class EsBuildRequestAdapter implements RequestAdapter<Resolution<OnResolv
let pkg = this.packageCache.ownerOfFile(result.path);
if (
pkg?.root === this.packageCache.appRoot &&
// vite provides node built-in polyfills under a custom namespace and we dont
// vite provides node built-in polyfills under a custom namespace and we dont
// want to interrupt that. We'd prefer they get bundled in the dep optimizer normally,
// rather than getting deferred to the app build (which also works, but means they didn't
// get pre-optimized).
Expand Down

0 comments on commit 79811e7

Please sign in to comment.