Skip to content

Commit

Permalink
feat: update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Nov 19, 2024
1 parent e38f4b1 commit 898c397
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 238 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function createEnhancedResolve(options: ResolverOptions): {
}
const resolveOptions = {
aliasFields: options.platform === 'browser' ? ['browser'] : [],
FileSystem: new CachedInputFileSystem(fs, 4000),
FileSystem: new CachedInputFileSystem(fs as any, 4000),
mainFields: options.mainFields,
mainFiles: ['index'],
extensions: options.extensions,
Expand Down
Loading

0 comments on commit 898c397

Please sign in to comment.