Skip to content

Commit

Permalink
Ignore the fs module in browser builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo authored and thlorenz committed Nov 6, 2019
1 parent ad25a3e commit 14277cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
},
"files": [
"index.js"
]
],
"browser": {
"fs": false
}
}

0 comments on commit 14277cf

Please sign in to comment.