* Add default values to `file_ext` note
* Update note to include a link to the relevant docs
* Update copy to indicate the default values
* Add missing space
* Disable copy to clipboard in cra --info
Fixes an issue where npx create-react-app --info throws an exception on Windows. The exception was caused by envinfo's copy to clipboard functionality; envinfo is distributed pre-bundled, but the dependency it uses for copying to the clipboard makes use of a binary on Windows that can't be found once the bundle is made. Disabling copy to clipboard fixes the issue. Closes#5757.
* Explicitly set clipboard to false
* Grammar fixes
1- For `Here's a `: The singular verb form ’s does not seem to agree with the plural subject a few common cases where you might want to try something else. Consider changing the verb form.
2- Added `A` before Reasonably : The noun phrase Reasonably good configuration seems to be missing a determiner before it. Consider adding an article. An article (a, an, or the) is a type of determiner. Possessive adjectives (my, his, our), possessive nouns (Joe’s, mother’s), and quantifiers (each, every) are also determiners. Single countable nouns usually require a determiner.
* Update README.md
Reduce two-step install to just one step (per the latest storybook docs)
Change (i) `npm install -g @storybook/cli` and (ii) `sb init` to `npx -p @storybook/cli sb init`
Refs: https://storybook.js.org/basics/quick-start-guide/
* Rename production configuration
* Upgrade lint staged
* Merge mode, bail, devtool, and entry
* Merge output settings
* Remove old comment
* Merge some trivial differences
* Disable minimize in development mode
* Only minify html and generate SW in production
* Adjust comment
* Toggle development plugins
* Add missing imports
* Scope settings
* Delete development config
* Use new config file
* Remove unnecessary config import
* add tests for named-asset-imports plugin
* add ticketFormats store/saga
* change import to require on test file to avoid using babel when running tests
* remove all babel dependencies as not needed more for running tests
* update tests and rename file to index.test.js
* remove npmignore as it is whitelisted in package.json
* add babel-plugin-named-asset-import tests to e2e