Skip to content

Commit

Permalink
fix: do not ignore util from webpack (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman authored May 9, 2024
1 parent c8c2de8 commit 47f753f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ module.exports = {
'net': false,
'path': false,
'os': false,
'util': false,
'url': false,
}
}
Expand Down

0 comments on commit 47f753f

Please sign in to comment.