- 05 Mar, 2018 1 commit
-
-
nikolas2 authored
This is the current node LTS release.
-
- 12 Feb, 2018 1 commit
-
-
Pete Nykänen authored
Signed-off-by:
petetnt <pete.a.nykanen@gmail.com>
-
- 11 Feb, 2018 1 commit
-
-
Alexander Roberts authored
-
- 10 Feb, 2018 2 commits
-
-
Ian Sutherland authored
-
bradfordlemley authored
* Run yarn after ejecting. * On eject, choose to run yarn instead of npm if yarn is available. * Move monorepo to react-dev-utils. * Fix lint. * Rename monorepo to workspaceUtils. * Add react-dev-utils dep for create-react-app. * getMonorepo -> findMonorepo
-
- 09 Feb, 2018 3 commits
-
-
Dan Abramov authored
-
Robin van der Vleuten authored
-
Ian Sutherland authored
-
- 07 Feb, 2018 1 commit
-
-
Ade Viankakrisna Fadlil authored
* add default value for globPatterns without this, the latest alpha broke on start ``` /Users/adeviankakrisnafadlil/Projects/eurecah/node_modules/react-scripts/config/paths.js:130 .reduce( ^ TypeError: Cannot read property 'reduce' of undefined at findPkgs (/Users/adeviankakrisnafadlil/Projects/eurecah/node_modules/react-scripts/config/paths.js:130:6) at getMonorepoPkgPaths (/Users/adeviankakrisnafadlil/Projects/eurecah/node_modules/react-scripts/config/paths.js:143:22) at Object.<anonymous> (/Users/adeviankakrisnafadlil/Projects/eurecah/node_modules/react-scripts/config/paths.js:155:55) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) at tryModuleLoad (module.js:499:12) at Function.Module._load (module.js:491:3) at Module.require (module.js:587:17) at require (internal/module.js:11:18) error Command failed with exit code 1. ``` * also check for pkgPatterns for null * Update paths.js
-
- 05 Feb, 2018 1 commit
-
-
Igor Fedyukin authored
-
- 04 Feb, 2018 1 commit
-
-
Andrew Ho authored
sever => server
-
- 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>
-
- 02 Feb, 2018 1 commit
-
-
Ian Sutherland authored
* Add named asset import for svg files via babel plugin and webpack loader. * Fix failing e2e test * Switched to svgr loader * Updated SVG component test * Disable named asset import plugin in test environment * Added tests for including SVG in CSS * Update tests * Moved babel plugin config into webpack config
-
- 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 2 commits
-
-
Michaël De Boey authored
-
Michaël De Boey authored
-
- 22 Jan, 2018 5 commits
-
-
Michaël De Boey authored
-
Futa Ogawa authored
`-webkit` => `-webkit-`
-
joelgeorgev authored
-
Ernesto García authored
* Add Rails Webpacker as alternative to CRA in Rails * Update README.md
-
Dan Abramov authored
-
- 21 Jan, 2018 4 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Fix the E2E script * Delete .git if committing failed
-
Dan Abramov authored
-
Bond authored
-
- 20 Jan, 2018 5 commits
-
-
Dan Abramov authored
* Fix integration test * More fixes
-
Piotr authored
* Provide callbacks in serviceWorker * revert exporting default function
-
Magnús Örn Gylfason authored
* don't delete error logs * Style nit * Fix the logic
-
Dan Abramov authored
-
Dan Abramov authored
-
- 19 Jan, 2018 3 commits
-
-
Maurice de Beijer authored
* Create git repo with initial commit * Fixe commit message * Added the git repo to the docs * Bail if we are in a mercurial repository * Removed Chore from commit mesage * Create repo after installing react and react-dom * Removed docs * Commit changes when ejecting * Update after review * git add -A instead of git add . after code review
-
Eduardo Rabelo authored
* feat: add opt-out for prestet-flow to work with @babel/preset-typescript * docs: adding example in readme
-
Ian Sutherland authored
* WIP disable service worker by default (#2554) * Updated service worker registration * Readd default export in registerServiceWorker.js * Updated comments about using Service Worker * Call it serviceWorker * Nits
-
- 18 Jan, 2018 6 commits
-
-
Dan Abramov authored
-
Bond authored
* change link to advanced deployment * Use custom CRA link for deployment * use custom link for minification failure * update link for deployment * feedback
-
Dan Abramov authored
-
Joe Haddad authored
-
Dan Abramov authored
-