You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change webpack minimizer flags to follow Aegir
### Problem fixed by this PR
Default minimizer flags break pubsub with embedded node by removing 'unused' code of pubsub experiment. Details in #521.
### In This PR
- Backport of ipfs/aegir#214: it restores pubsub functionality and applies the fix for entire build pipeline to avoid similar issues in future.
- The way configuration blocks are merged is improved by use of [webpack-merge](https://www.npmjs.com/package/webpack-merge)
- Bundles are bit smaller due to moving LICENSE comments to separate file (`extractComments: true`)
I was trying to demo https://github.com/tableflip/ipfs-pubsub-chat-example at the dev meetings but wasn’t able to as it wasn’t working. Building a dev build ‘npm run watch’ fixed the issue.
The text was updated successfully, but these errors were encountered: