dillon1000/react
Commit
Browse files Move npm output from build/packages/* to build/node_modules/* (#11962)
* Move build/packages/* to build/node_modules/* This fixes Node resolution in that folder and lets us require() packages in it in Node shell for manual testing. * Link fixtures to packages/node_modules This updates the location and also uses link: instead of file: to avoid Yarn caching the folder contents.
Changed paths22 files
First-parent comparisonfixtures/art/package.json ModifiedM fixtures/art/yarn.lock ModifiedM fixtures/packaging/browserify/dev/package.json ModifiedM fixtures/packaging/browserify/dev/yarn.lock ModifiedM fixtures/packaging/browserify/prod/package.json ModifiedM fixtures/packaging/browserify/prod/yarn.lock ModifiedM fixtures/packaging/brunch/dev/package.json ModifiedM fixtures/packaging/brunch/dev/yarn.lock ModifiedM fixtures/packaging/brunch/prod/package.json ModifiedM fixtures/packaging/brunch/prod/yarn.lock ModifiedM fixtures/packaging/webpack-alias/dev/config.js ModifiedM fixtures/packaging/webpack-alias/prod/config.js ModifiedM fixtures/packaging/webpack/dev/config.js ModifiedM fixtures/packaging/webpack/prod/config.js ModifiedM fixtures/ssr/package.json ModifiedM fixtures/ssr/yarn.lock ModifiedM scripts/jest/config.build.js ModifiedM scripts/release/publish-commands/check-build-status.js ModifiedM scripts/release/publish-commands/publish-to-npm.js ModifiedM scripts/rollup/packaging.js ModifiedM scripts/rollup/results.json ModifiedM scripts/rollup/validate/index.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…