Skip to content

Commit

Permalink
Merge pull request #2206 from patricklx/fix-lint
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
ef4 authored Dec 10, 2024
2 parents 7afa1cc + 185ef1d commit 528a2f4
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 528a2f4

Please sign in to comment.