Skip to content

Commit

Permalink
Fix webpack build no longer using url/ module
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 3, 2024
1 parent 4854fda commit cbd6225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
resolve: {
fallback: {
buffer: require.resolve('buffer/'),
url: require.resolve('url/'),
},
},
output: {
Expand Down

0 comments on commit cbd6225

Please sign in to comment.