-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #529 from ipfs-shipyard/fix/pubsub-in-js-ipfs
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`)
- Loading branch information
Showing
3 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters