dillon1000/react
Commit
Browse files Use aliasify everywhere instead of browserify-global-shim (#7476)
I already had to aliasify to have better control over the requires so we might as well do it everywhere for consistency. This probably makes it easier to rebase the rollup work too because aliases seems to be how you solve this in that world.
Changed paths6 files
First-parent comparisongrunt/config/browserify.js ModifiedM gulpfile.js ModifiedM package.json ModifiedA src/umd/shims/ReactComponentTreeHookUMDShim.js AddedA src/umd/shims/ReactCurrentOwnerUMDShim.js AddedA src/umd/shims/ReactUMDShim.js AddedPatch
Files changed
Rendering syntax-highlighted changes…