Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms committed Nov 7, 2024
1 parent 42bd2c1 commit 7137e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ function buildFolderAndBrowserifyAsync(p: string, optional?: boolean, outputName
.ignore('fs/promises')
.ignore('path')
.ignore('os')

b.require('browserify-fs', { expose: 'fs' });
b.require('os-browserify', { expose: 'os' });
b.require('path-browserify', { expose: 'path' });
Expand Down

0 comments on commit 7137e01

Please sign in to comment.