- 26 Jul, 2018 1 commit
-
-
Jed Fox authored
-
- 05 Jul, 2018 1 commit
-
-
Mike Wilcox authored
-
- 30 Jun, 2018 1 commit
-
-
Ideveloper authored
* Suggest `reactstrap` instead of `react-bootstrap` * Update README.md
-
- 05 Jun, 2018 2 commits
-
-
Marius Gedminas authored
-
Dan Abramov authored
-
- 03 Jun, 2018 1 commit
-
-
Josh Comeau authored
-
- 31 May, 2018 1 commit
-
-
Joshua Comeau authored
To analyze Webpack bundles, a "stats" JSON is required. This PR allows that file to be created and saved to the `build` directory, so that users can use it with Webpack-specific insight tools like `webpack-bundle-analyzer` without ejecting their application. Updated the README to include details for how to do this.
-
- 22 May, 2018 1 commit
-
-
Saimon Moore authored
-
- 20 May, 2018 1 commit
-
-
Luis Nell authored
* Removes Chokidar Recursive Flag According to the changelog it is not necessary anymore as it doesn't do anything. * Removes initial build on SCSS watch Chokidar now does this on it's own. * Removes sass watch recursive, default include-path as proposed by @michaelwayman * Removes another left-over build-css
-
- 15 Apr, 2018 3 commits
-
-
Antti Ahti authored
-
Tom Coleman authored
Learnstorybook is a tutorial for Storybook that both uses CRA and is at a level of introductionary detail appropriate for CRA users.
-
Jerry Muzsik authored
* Docs - Document multiple build environments via * Docs - Document multiple build environments via * Docs - Document multiple build environments via * Docs - Document multiple build environments via env-cmd * fix - based upon requests * Update README.md
-
- 13 Apr, 2018 2 commits
-
-
Francis Upton IV authored
-
Ro Savage authored
* Update CSS Modules localIndetName * Add missing file to package * Correct regex * plz plz plz
-
- 02 Apr, 2018 1 commit
-
-
Vicente Plata authored
Add troubleshooting for an issue that has to do with either 2FA, or using Windows, or both, when trying to deploy an app via gh-pages
-
- 21 Mar, 2018 1 commit
-
-
bradfordlemley authored
-
- 15 Mar, 2018 1 commit
-
-
Harry Moreno authored
the screencast for react storybook is non-free. Remove.
-
- 05 Mar, 2018 3 commits
-
-
Stas Rudakou authored
s/allows to easily makes/allows you to easily make/
-
João Paquim authored
-
nikolas2 authored
This is the current node LTS release.
-
- 03 Feb, 2018 1 commit
-
-
Pete Nykänen authored
* Add graphql loader to webpack config Signed-off-by:
petetnt <pete.a.nykanen@gmail.com> * Update README.md Signed-off-by:
petetnt <pete.a.nykanen@gmail.com> * Update react-scripts README.md Signed-off-by:
petetnt <pete.a.nykanen@gmail.com> * Add graphql jest transform Signed-off-by:
petetnt <pete.a.nykanen@gmail.com> * Add integration tests, pin versions in package.json Signed-off-by:
petetnt <pete.a.nykanen@gmail.com> * Tests expect regexp matchers Signed-off-by:
petetnt <pete.a.nykanen@gmail.com> * Use strict equal test instead Signed-off-by:
petetnt <pete.a.nykanen@gmail.com> * Escaping is hard Signed-off-by:
petetnt <pete.a.nykanen@gmail.com> * Add comment for signifying a different file * Update docs * Fix jest config * Remove node_modules exclusion * Update README.md * Inline graphql jest transform Signed-off-by:
petetnt <pete.a.nykanen@gmail.com> * Update copyright header Signed-off-by:
petetnt <pete.a.nykanen@gmail.com> * Use .graphql extension only Signed-off-by:
petetnt <pete.a.nykanen@gmail.com>
-
- 01 Feb, 2018 2 commits
-
-
bradfordlemley authored
-
bradfordlemley authored
* Support for multiple source paths via package.json srcPaths entry. Initial support for yarn workspace. Support lerna workspace, fix for when to use template files. Remove support for specifying srcPaths in package.json. Re-enable transpilation caching. * Clean up, use file matching (similar to original) in webpack configs instead of matching function. * Remove package lock files. * Fix for eject. Note: monorepos won't work after eject. Can be fixed easily with JEST 22.0.?+ which has file pattern matches against realpaths. * Filter tests to run only tests in monorepo components included by the app. (Not sure this is desireable, might be cool to be able to easily run all tests in monorepo from one app.) * Fix conditions for when to use template. * Fix eject. * Remove code that is not needed w/ Jest 22. * Include all cra-comp tests in monorepo instead of trying to include only tests that are dependencies of app. (tests can be easily filtered via jest cli if desired, e.g. 'npm test -- myapp comp1') * Pin find-pkg version. * Hopefully fix jest test file matching on windows by removing first slash. * E2E tests for monorepo. * Run monorepo tests in CI. * Fix and test post-eject build. * Fix e2e test. * Fix test suite names in appveyor. * Include individual package dirs as srcPaths instead of top-level monorepo root. Fixes build/start after eject. * Fix running tests after eject. * Clean up test workspace, add some verifcations. * Cleanup. * Try to fix hang when running test on appveyor. * Don't write babel or lint config to package.json when ejecting. * Incorporate review comments. * Simply monorepo pkg finder * Only include monorepo pkgs if app itself is included in monorepo * Check for specific tests in e2e * Fixes for windows. * Fix for kitchensink mocha tests compiling. * Add lerna monorepo test. * Fix lerna bootstrap on windows. * Incorporate more review comments: * remove support for lerna w/o yarn workspace * add react and react-dom as devDeps to comp1 and comp2 * Add monorepo info to user guide.
-
- 23 Jan, 2018 1 commit
-
-
Michaël De Boey authored
-
- 22 Jan, 2018 1 commit
-
-
Michaël De Boey authored
-
- 17 Jan, 2018 3 commits
-
-
Joe Haddad authored
-
Ro Savage authored
* Add css modules with [name].modules.css file convention * Add e2e for CSS Modules * Updated based on feedback * Change css modules class name to be deterministic and fix licences * Update css modules class naming convention
-
Edward Ren (Eddie) authored
-
- 15 Jan, 2018 3 commits
-
-
Rami authored
-
Jeffrey Posnick authored
* Disables navigateFallback and updates the README * Typos * Updated a URL in a comment.
-
Dan Abramov authored
-
- 10 Jan, 2018 1 commit
-
-
Vladimir Tolstikov authored
-
- 09 Jan, 2018 7 commits
-
-
Tao Gómez Gil authored
-
Danny Calleri authored
* Better documentation for setupTests.js when ejecting When running `npm run eject` before creating `src/setupTests.js`, the resulting `package.json` file, won't contain any entry for it - and this is correct in my opinion, since otherwise Jest will crash - but it's useful to have it documented and avoid pointless waste of time. * Added additional note about src/setupTests.js Added another note about src/setupTests.js and `npm run eject` in Testing Components section * Update README.md * Update README.md
-
David Gilbertson authored
'more' and 'simpler' together is incorrect.
-
Ulrik Strid authored
-
Dan Abramov authored
-
Rafael E. Poveda authored
* add support to set REACT_EDITOR to none * change README message * change condition to avoid problems with editor being null * move condition to avoid extra code
- 08 Jan, 2018 1 commit
-
-
Dan Abramov authored
-