Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Aug 3, 2023
1 parent 22b2b97 commit 266c2a1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@ module.exports = {
},
resolve: {
fallback: {
buffer: require.resolve('buffer/'),
zlib: false,
util: false,
stream: false,
path: false,
os: false,
crypto: false,
constants:false,
assert:false,
fs: false
buffer: require.resolve('buffer/')
}
},
plugins: [
Expand Down

0 comments on commit 266c2a1

Please sign in to comment.