Skip to content

Commit

Permalink
Add bundler hint to ignore fs module on browser environments
Browse files Browse the repository at this point in the history
  • Loading branch information
Desplandis authored and connormanning committed Mar 22, 2024
1 parent 32cf253 commit 805e261
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"browser": {
"fs": false
}
}

0 comments on commit 805e261

Please sign in to comment.