| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* Remove bundledDependencies * Change the e2e scripts to use local file dependencies instead of bundledDependencies to test the packages
|
|
||
| # This modifies package.json to copy all dependencies to bundledDependencies | ||
| node ./node_modules/.bin/bundle-deps | ||
|
|
There was a problem hiding this comment.
Good riddance
Sorry, something went wrong.
There was a problem hiding this comment.
Can you explain why bundle-deps was removed?
Sorry, something went wrong.
There was a problem hiding this comment.
Because of many issues with them due to npm's buggy client implementation.
Sorry, something went wrong.
There was a problem hiding this comment.
Curiously, the bundled dependencies weren't really speeding up the installation either. I did a quick benchmark comparing the latest nightly build (without bundled deps) and 0.7.0 and there was no discernible difference in the time to create a new app. With a warmed up cache, the new version without bundled deps was actually outperforming the old version that had them.
Sorry, something went wrong.
There was a problem hiding this comment.
Maybe it was only true for earlier versions with a different dependency structure or something like this.
Sorry, something went wrong.
|
If Travis passes lgtm. |
Sorry, something went wrong.
* Remove bundledDependencies * Change the e2e scripts to use local file dependencies instead of bundledDependencies to test the packages
Disabled because npm/npm#12834 It will also be removed upstream soon: react#1068
* Remove bundledDependencies * Change the e2e scripts to use local file dependencies instead of bundledDependencies to test the packages
Bundled dependencies is having some weird structure on npm client implementation, so removing it to work seamsless with npm and yarn
* Remove bundledDependencies * Change the e2e scripts to use local file dependencies instead of bundledDependencies to test the packages
| Back | FazBrowse Home | New Git URL |
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.