* Speed up installs with pnp
* Move to a better relative path test
* Continue work on new test organization
* Move mjs test to new enhanced tests
* Move over last legacy test
* Update behavior e2e script
* Add first iteration of instructions to test readme
* Add some more bad instructions
* Split test command into multiple lines
* Use two workers (do not run in band)
* Bump install timeout
* No global pollution
* Fix PnP support via standard run mechanism
* Prevent circular serve command
* Silent yarn execs
* Fix common commands by using a shell
* Run with npx instead of Yarn
* Remove unused scripts
* Wait for localhost and fix script booting with PnP
* Don't pnp locally because links will cause module resolution to whine
* lint-staged is annoying
* Strip Yarn out of execa runs
* Set default license if none specified
* Don't impose worker limit
* Disable pnp for webpack messages
* Add missing dependency
* Disable timeout and rely on Jest
* Only use 2 jest workers
* Add missing dependency
* Add environment variable to optionaly disable inlining of chunks
* Changed env var to `process.env.INLINE_RUNTIME_CHUNK `
* Added env var to Advanced Configuration in docs
* Drop implied behavior
* Tweak working to match other descriptions
Fixes#5333
printFileSizesAfterBuild calls canReadAsset with an object containing
the file name while measureFileSizesBeforeBuild calls it with just the
name. When canReadAsset only receives the name it returns false since
accessing the `name` property results in undefined.
This commit fixes that by having canReadAssset instead expect only the
file name and making printFileSizesAfterBuild just like
measureFileSizesBeforeBuild only provide the name as argument.
* Add a temporary README file
This commit adds a temporary readme file that points users to the
main README file or the User Guide.
* Add a "getting started" doc
This commit adds a page for getting started, copying the
"Get started now" from the current `README.md`.
* Add link to the get started page from the index page
* Add the getting started doc to the site header
* Add footer link to getting started info
* Add getting started to the sidebar
* Add placeholder for the user guide page
* Add links to the user-guide page as well
* Add auto-generated i18n file
* Move all docusaurus related files into own folder
* Caches the Yarn resolution for faster installs
* Adds the yarn.lock.cached file to the publish list
* Removes the copied lockfile when the install fails
* Updates the release checklist
* Add `.mjs` support back to webpack, because webpack was not the problem
* Continue toggling `.mjs` to `javascript/auto` mode
* Be more inline with the specification
* Bump old Node to 6
* Remove "who uses this" callout on front page
* Remove users and help pages
* Add link to React's support docs
Instead of removing the Help link altogether, this commit re-adds it
as an external link to React's existing support documentation
This commit sets the page name to "Create React App", the tagline to
"Create React apps with no build configuration." and the copyright
owner to "Facebook"
* Remove the blog link from the header
* Remove blog link from the site footer
* Remove blog translation, as we no longer have a blog
* Remove all sample blog-content
* Remove blog info from the website readme