react/scripts/rollup
Dan Abramov 1ebeb0542f
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.
2018-01-04 19:01:31 +00:00
..
plugins use different eslint config for es6 and es5 (#11794) 2017-12-11 15:52:46 +00:00
shims use different eslint config for es6 and es5 (#11794) 2017-12-11 15:52:46 +00:00
validate Move npm output from build/packages/* to build/node_modules/* (#11962) 2018-01-04 19:01:31 +00:00
build.js Fix writing stats to the file 2017-12-24 01:44:08 +00:00
bundles.js Unify the way we fork modules (#11711) 2017-11-30 12:11:00 +00:00
forks.js Remove an extra allocation for open source bundles (#11797) 2017-12-07 22:28:59 +00:00
modules.js Unify the way we fork modules (#11711) 2017-11-30 12:11:00 +00:00
packaging.js Move npm output from build/packages/* to build/node_modules/* (#11962) 2018-01-04 19:01:31 +00:00
results.json Move npm output from build/packages/* to build/node_modules/* (#11962) 2018-01-04 19:01:31 +00:00
stats.js Fix a few more issues that should fix the CI 2017-12-24 01:16:13 +00:00
sync.js Use async/await in Rollup scripts (#11669) 2017-11-27 17:57:28 +00:00
utils.js Refactor the build scripts (#11787) 2017-12-06 20:11:32 +00:00
wrappers.js Run 90% of tests on compiled bundles (both development and production) (#11633) 2017-11-23 17:44:58 +00:00