Skip to content

Commit

Permalink
Remove unused buffer fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Apr 24, 2024
1 parent 4fff4a5 commit ea449ed
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 @@ -44,7 +44,6 @@ module.exports = (env, argv) => {
extensions: [".mjs", ".js", ".jsx"],
fallback: {
stream: require.resolve("stream-browserify"),
buffer: require.resolve("buffer/"),
path: require.resolve("path-browserify"),
timers: require.resolve("timers-browserify"),
url: require.resolve("url/")
Expand Down

0 comments on commit ea449ed

Please sign in to comment.