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
Wes Grimes
929aeb751b
feat(nx): check .nxignore for globs to add to ignored files in affected
...
Add ability to ignore files from the affected check using .nxignore files
Implement #895
2019-08-29 10:44:15 -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
mehrad-rafigh
97d7ebea4c
docs(nx): update node api url of step in angular tutorial
...
Closes #1715
2019-08-14 14:11:58 -04:00
ben
972435c8b8
docs(nx): update images links
2019-08-14 10:10:29 -04:00
Victor Savkin
5d2127b287
docs(angular): add a clarification to 7 to 8 guide
2019-08-13 21:14:01 -04:00
mehrad-rafigh
b892c1e6bf
docs(nx): use --save-dev for npm install scripts instead of --dev
...
--save-dev is the correct option for npm, not --dev which is yarn specific
Closes #1681
2019-08-06 10:24:07 -04:00
Victor Savkin
2abe13d5f4
docs(nx): share guides between different nx.dev flavours
2019-07-31 15:48:09 -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
Colin Ogoo
3a2c56f21a
fix(nx): swap deprecated --app flag to --project in docs ( #1603 )
2019-07-24 09:46:08 -04:00
Brandon Roberts
6516176b65
feat(nx): update to NgRx 8 and add schematics support for creators and entities
...
Move addUpdateTask util function to @nrwl/workspace to run updates from @nrwl/angular migrations
Run update migration to latest version for NgRx if installed
2019-07-17 14:42:54 -04:00
Victor Savkin
518d91d0ad
docs(nx): update readme
2019-07-10 17:47:43 -04:00
Thomas
83311ae3fb
fix(nx): fix typo in nx and cli documentation
2019-07-08 20:00:25 -04:00
Thomas
429e25b07d
docs(nx): fix wrong command for express app in documentation ( #1556 )
2019-07-08 12:29:08 -05: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