Skip to content

Commit 517ff44

Browse files
committed
fix
1 parent 38c9066 commit 517ff44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/rspack/src/node/NodeEnvironmentPlugin.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
* Copyright (c) JS Foundation and other contributors
88
* https://github.com/webpack/webpack/blob/main/LICENSE
99
*/
10-
// @ts-expect-error we directly import from enhanced-resolve inner js file to improve performance
11-
1210
import fs from "node:fs";
11+
// @ts-expect-error we directly import from enhanced-resolve inner js file to improve performance
1312
import CachedInputFileSystem from "enhanced-resolve/lib/CachedInputFileSystem";
1413

1514
import type { Compiler } from "..";

0 commit comments

Comments
 (0)