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 00a41b3 commit a38544dCopy full SHA for a38544d
turbopack/crates/turbopack-node/js/src/transforms/webpack-loaders.ts
@@ -9,6 +9,7 @@ import {
9
parse as parseStackTrace,
10
} from '../compiled/stacktrace-parser'
11
import { structuredError, type StructuredError } from '../ipc'
12
+import * as fs from 'fs'
13
import {
14
fromPath,
15
getReadEnvVariables,
@@ -185,6 +186,7 @@ const transform = (
185
186
? entry.options
187
: {}
188
},
189
+ fs,
190
getResolve: (options: ResolveOptions) => {
191
const rustOptions = {
192
aliasFields: undefined as undefined | string[],
0 commit comments