We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c9066 commit 517ff44Copy full SHA for 517ff44
packages/rspack/src/node/NodeEnvironmentPlugin.ts
@@ -7,9 +7,8 @@
7
* Copyright (c) JS Foundation and other contributors
8
* https://github.com/webpack/webpack/blob/main/LICENSE
9
*/
10
-// @ts-expect-error we directly import from enhanced-resolve inner js file to improve performance
11
-
12
import fs from "node:fs";
+// @ts-expect-error we directly import from enhanced-resolve inner js file to improve performance
13
import CachedInputFileSystem from "enhanced-resolve/lib/CachedInputFileSystem";
14
15
import type { Compiler } from "..";
0 commit comments