Skip to content

Commit

Permalink
fix: eco-ci prebundled enhanced-resolve cannot resolve (#7933)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter authored and JSerFeng committed Sep 25, 2024
1 parent 5e226ab commit 3228473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rspack/src/node/NodeEnvironmentPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* https://github.com/webpack/webpack/blob/main/LICENSE
*/
// @ts-expect-error we directly import from enhanced-resolve inner js file to improve performance
import CachedInputFileSystem from "enhanced-resolve/lib/CachedInputFileSystem.js";
import CachedInputFileSystem from "enhanced-resolve/lib/CachedInputFileSystem";
import fs from "graceful-fs";

import type { Compiler } from "..";
Expand Down

0 comments on commit 3228473

Please sign in to comment.