-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for yarn and lerna monorepos. #3741
Commits on Jan 22, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for bf2d814 - Browse repository at this point
Copy the full SHA bf2d814View commit details -
Clean up, use file matching (similar to original) in webpack configs …
…instead of matching function.
Configuration menu - View commit details
-
Copy full SHA for d9f5cf7 - Browse repository at this point
Copy the full SHA d9f5cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e76ad - Browse repository at this point
Copy the full SHA 12e76adView commit details -
Note: monorepos won't work after eject. Can be fixed easily with JEST 22.0.?+ which has file pattern matches against realpaths.
Configuration menu - View commit details
-
Copy full SHA for bd1124d - Browse repository at this point
Copy the full SHA bd1124dView commit details -
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.)
Configuration menu - View commit details
-
Copy full SHA for eae24e9 - Browse repository at this point
Copy the full SHA eae24e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4b3a0d - Browse repository at this point
Copy the full SHA f4b3a0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 739b59b - Browse repository at this point
Copy the full SHA 739b59bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7227e5d - Browse repository at this point
Copy the full SHA 7227e5dView commit details -
Include all cra-comp tests in monorepo instead of trying to include o…
…nly tests that are dependencies of app. (tests can be easily filtered via jest cli if desired, e.g. 'npm test -- myapp comp1')
Configuration menu - View commit details
-
Copy full SHA for a93573d - Browse repository at this point
Copy the full SHA a93573dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8102907 - Browse repository at this point
Copy the full SHA 8102907View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a1b92c - Browse repository at this point
Copy the full SHA 9a1b92cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f2882 - Browse repository at this point
Copy the full SHA f4f2882View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e0319 - Browse repository at this point
Copy the full SHA d8e0319View commit details -
Configuration menu - View commit details
-
Copy full SHA for f96d04c - Browse repository at this point
Copy the full SHA f96d04cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 565c1d7 - Browse repository at this point
Copy the full SHA 565c1d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ae0c5 - Browse repository at this point
Copy the full SHA 75ae0c5View commit details -
Include individual package dirs as srcPaths instead of top-level mono…
…repo root. Fixes build/start after eject.
Configuration menu - View commit details
-
Copy full SHA for fbc6bde - Browse repository at this point
Copy the full SHA fbc6bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f0b00 - Browse repository at this point
Copy the full SHA 21f0b00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9feda8b - Browse repository at this point
Copy the full SHA 9feda8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab33c7 - Browse repository at this point
Copy the full SHA 8ab33c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52e904 - Browse repository at this point
Copy the full SHA d52e904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79ac815 - Browse repository at this point
Copy the full SHA 79ac815View commit details -
* Simply monorepo pkg finder * Only include monorepo pkgs if app itself is included in monorepo * Check for specific tests in e2e
Configuration menu - View commit details
-
Copy full SHA for 3e81144 - Browse repository at this point
Copy the full SHA 3e81144View commit details
Commits on Jan 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ec6f5a8 - Browse repository at this point
Copy the full SHA ec6f5a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 978674f - Browse repository at this point
Copy the full SHA 978674fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc9b890 - Browse repository at this point
Copy the full SHA fc9b890View commit details
Commits on Jan 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4d0bc68 - Browse repository at this point
Copy the full SHA 4d0bc68View commit details
Commits on Jan 25, 2018
-
Incorporate more review comments:
* remove support for lerna w/o yarn workspace * add react and react-dom as devDeps to comp1 and comp2
Configuration menu - View commit details
-
Copy full SHA for 9e7490c - Browse repository at this point
Copy the full SHA 9e7490cView commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 50b4666 - Browse repository at this point
Copy the full SHA 50b4666View commit details