Skip to content

Commit

Permalink
fix: eco-ci prebundled enhanced-resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Sep 20, 2024
1 parent ef9dc5b commit 75ae17e
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 75ae17e

Please sign in to comment.