43 Commits

Author SHA1 Message Date
Jack Hsu
930cf40a4a
fix(nx): add outputPath in schema.json for web and node build builders. (#1959)
Related: #1945
2019-10-17 12:46:34 -04:00
Victor Savkin
1c7b8dce8c feat(nx): implement print-affected
This allows printing information about affected projects, which is useful in CI.
2019-10-15 16:56:38 -04:00
Daniel Smith
19efc6d5b2 fix(testing): convert testPathPattern to an array
Per facebook/jest/#5066, the testPathPattern parameter to the CLI is an array
2019-10-15 15:37:44 -04:00
Brandon Roberts
eebe9fae38 docs(nx): fix affected help comand 2019-10-15 15:34:34 -04:00
Brandon Roberts
885dfd755f docs(nx): update Nx CLI guide for web components
There doesn't currently exist a component schematic, so there isn't a good
example of setting defaults, or customizing yet
2019-10-15 15:34:34 -04:00
Brandon Roberts
410b490953 docs(nx): fix typo in react guide for Nx CLI 2019-10-15 15:34:34 -04:00
Brandon Roberts
477825db5f docs(nx): add info about default collections, help, and affected long form 2019-10-15 15:34:34 -04:00
Brandon Roberts
aa4d5a6259 docs(nx): update Nx CLI guide to be more detailed 2019-10-15 15:34:34 -04:00
Brandon Roberts
6160cc2324 feat(nx): update usage of facades with NgRx and add better support for barrel exports 2019-10-10 11:30:16 -04:00
ben
cf904fe3c8 docs(nx): update course markup for nx.dev 2019-10-09 14:10:20 -04:00
Jason Jean
ed546337f1 feat(nx): add generic task execution 2019-10-08 15:00:54 -04:00
Jo Hanna Pearce
b962b09ac6 feat(nx): add new nx list command which enables simpler schematic discovery 2019-10-08 10:59:38 -04:00
ben
936801df9d docs(nx): add course screenshot 2019-10-07 10:42:42 -04:00
Jo Hanna Pearce
1d377eac29 feat(nx): add report function to @nrwl/workspace which lists versions of select packages 2019-10-04 17:16:02 -04:00
Victor Savkin
3516890ec6 feat(nx): add a flag to run affected:libs and affected:apps without pretty formatting 2019-10-02 17:54:38 -04:00
Victor Savkin
156f961195 fix(nx): make dep-graph work on node 12 2019-10-02 16:26:28 -04:00
Jack Hsu
a524b2e947 feat(react): add publishable library support
Issue #1521
2019-10-02 16:26:20 -04:00
Jason Jean
579a15503f fix(testing): fix the verbose option type for jest 2019-09-28 16:35:30 -04:00
ben
047fb3200c docs(nx): add nx video course links 2019-09-26 09:23:34 -04:00
Victor Savkin
5bb12dc4af fix(nx): add migrate packages 2019-09-26 09:23:20 -04:00
Daniel Smith
ba6be8d9bb feat(testing): add support for testResultsProcessor jest option 2019-09-23 13:09:35 -04:00
ben
0ac030b09f docs(nx): update affected files description
Update the description of the `--files` options for the `affected`
command, making it clearer (hopefully).

close #1535
2019-09-17 08:51:32 -04:00
Victor Savkin
3579c5a8b9 fix(nx): misc next.js related fixes 2019-09-09 12:29:43 -04:00
Victor Savkin
09a94b8958 feat(nx): implement next support 2019-09-08 14:36:30 -04:00
Jack Hsu
811c50b92c feat(web): use babel-loader instead of ts-loader for web build builder
- removes the `differentialLoading` build option
- differential loading is always enabled for prod builds

BEFORE (without ESM):

Benchmark #1: nx build demo --prod
  Time (mean ± σ):     13.834 s ±  1.731 s    [User: 11.817 s, System: 1.352 s]
  Range (min … max):   11.947 s … 16.015 s    10 runs

AFTER (with ESM):

Benchmark #1: nx build demo --prod
  Time (mean ± σ):     18.711 s ±  1.310 s    [User: 12.172 s, System: 1.394 s]
  Range (min … max):   17.232 s … 20.770 s    10 runs
2019-09-05 15:34:01 -04:00
Jo Pearce
0b72c63be9 docs(nx): add tutorial note on restarting TS server when editing with VS Code (#1781) 2019-09-05 07:34:22 -05:00
Victor Savkin
70d71b3516 feat(nx): add support for migrations 2019-09-02 14:33:56 -04:00
mehrad-rafigh
5ada9dd394 feat(angular): add backendProject flag to angular app generation schematics
--backend-project now accepts a string, which should be the name of a node/nest app and creates a
proxy.conf.json

closes #1288
2019-09-02 13:15:28 -04:00
Jack Hsu
0a2f7fd78a
feat(react): add redux schematic (#1761) 2019-08-28 08:25:34 -04:00
Jack Hsu
d222ef04fe
fix(react): set configPath for @babel/preset-env to match project context (#1758) 2019-08-27 13:06:36 -04:00
Victor Savkin
11b2412a39 fix(nx): fix formatting 2019-08-19 10:49:25 -04:00
Victor Savkin
64063f72df docs(nx): update api docs to contain examples 2019-08-21 11:56:21 -04:00
Victor Savkin
54d5826103 docs(nx): update readme 2019-08-19 10:42:37 -04:00
Victor Savkin
9a8f637899 docs(nx): generate different flavours of nx docs 2019-08-17 13:25:22 -04:00
ben
972435c8b8 docs(nx): update images links 2019-08-14 10:10:29 -04:00
Victor Savkin
2abe13d5f4 docs(nx): share guides between different nx.dev flavours 2019-07-31 15:48:09 -04:00
Victor Savkin
1c721c744c docs(nx): minor doc updates 2019-07-31 14:34:22 -04:00
ben
d9084a08ab docs(fundamentals): monorepos & automation 2019-07-30 20:17:04 -04:00
Brandon Roberts
5e69ef38c9 docs(nx): fix links and screenshots in react/web docs 2019-07-26 16:49:48 -04:00
Brandon
8452b2823a
docs(nx): update React and Web Components docs for Nx CLI usage (#1620) 2019-07-24 22:58:41 -05:00
ben
52885744d9 docs(about-nx): remove unreleated video 2019-07-22 17:29:23 -04:00
Jason Jean
7a95983169 docs(nx): add docs for updating nx 2019-07-03 19:00:23 -04:00
Victor Savkin
ccd5854a98 docs(nx): update docs for web components and react 2019-06-25 13:09:33 -04:00