Skip to content

Commit

Permalink
chore: remove webpack override for node-datachannel/polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Oct 24, 2024
1 parent 131b16e commit 0a4b15d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/helia-nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ const config = {
path: 'http://localhost:3000'
},
distDir: 'dist',
webpack: (config) => {
/**
* @see https://github.com/ipfs/helia/issues/553#issuecomment-2158940930
*/
config.externals.push('node-datachannel/polyfill')
return config
}
}

export default () => {
Expand Down

0 comments on commit 0a4b15d

Please sign in to comment.