Thiago Resende
e6c67e41ec
chore(react): remove swcLoaderVersion import in application generator ( #18041 )
2023-07-25 09:51:08 -04:00
Jack Hsu
08339ee49f
feat(js): do not generate root babel.config.json for babel projects ( #17289 )
2023-06-06 15:45:33 -04:00
Emily Xiong
631a948ded
feat(react): add swc as compiler option for react vite ( #17224 )
2023-05-30 14:06:50 -04:00
Jack Hsu
c8a264a932
fix(react): update .swcrc with plugin for CSS-in-JS solution when SWC is used for apps ( #17295 )
2023-05-30 08:33:08 +03:00
Caleb Ukle
ad841c9048
docs(repo): update docs/schemas to use nx scoped packages - nx labs ( #16865 )
2023-05-09 08:30:52 -05:00
Jack Hsu
0a6d37675c
fix(react): use babel-loader when using styled-jsx with rspack ( #16443 )
2023-04-20 15:35:44 -04:00
Jack Hsu
f04f316271
feat(react): add rspack experimental support ( #16252 )
2023-04-19 14:00:24 -04:00
Jack Hsu
fda18e0dbc
feat(js): update @swc/core and @swc/helpers packages ( #16372 )
2023-04-18 14:57:48 -04:00
Jason Jean
2d195007b0
feat(core): switch packages to use the @nx scope ( #16069 )
2023-04-14 19:56:37 -04:00
Leosvel Pérez Espinosa
4eb7cc7bf1
fix(misc): skip formatting files in nested generator calls ( #15961 )
2023-03-31 11:22:18 -04:00
Colum Ferry
8744698a01
feat(devkit): move runTasksInSerial to devkit ( #15467 )
2023-03-06 13:55:44 -05:00
Jason Jean
fa6e8ea987
fix(js): refactor ensurePackage ( #15074 )
2023-02-22 18:47:40 -05:00
Emily Xiong
a97212b601
feat(core): move tsconfig.base.json to @nrwl/js:init ( #14467 )
2023-02-16 11:17:30 -05:00
Dan Roujinsky
f066ff7729
fix(react): dont update lint and react-router if skipPackageJson is set ( #14900 )
2023-02-13 20:49:51 +02:00
Katerina Skroumpelou
c2be735097
fix(vite): remove environments generation ( #14515 )
2023-01-20 18:34:26 +02:00
Nicholas Cunningham
70e1aabb09
fix(vite): Failing to build when generated library uses jest ( #13797 )
...
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-12-15 11:32:27 -05:00
Emily Xiong
14c1c16cf8
feat(react): add unit test examples when inSourceTests is passed ( #13779 )
2022-12-14 23:46:13 -05:00
Victor Savkin
91c19f5c0a
feat(misc): do not generate tsconfig.base.json for simple standalone … ( #13605 )
2022-12-05 10:07:01 -05:00
Jack Hsu
67c7822ad3
fix(react): add missing style preprocessors when using Vite ( #13600 )
2022-12-02 21:56:23 +00:00
Jack Hsu
cded83b2c5
feat(react): remove unnecessary dependencies from @nrwl/react ( #13525 )
2022-12-01 17:06:32 -05:00
Jack Hsu
a9ac43b86f
feat(react): add CRA support to "nx init" ( #13488 )
2022-11-29 23:20:27 -05:00
Jonathan Cammisuli
f0f60fbb94
fix(testing): web and react application fixes for vitest's insourceTests ( #13447 )
2022-11-28 15:52:39 +00:00
Katerina Skroumpelou
871f6183d7
fix(bundling): if bundler is vite unitTestRunner is vitest ( #13436 )
2022-11-28 14:26:15 +02:00
Jack Hsu
a63a25d2e2
feat(react): add Vite bundler option for buildable libraries ( #13382 )
2022-11-25 20:25:37 +00:00
Miroslav Jonaš
110b5f2867
feat(core): enable linter on root projects ( #13347 )
2022-11-24 22:51:24 +01:00
Jonathan Cammisuli
02e22de7ed
feat(testing): add vitest generators ( #13301 )
2022-11-23 10:00:29 -05:00
Katerina Skroumpelou
f394608658
feat(bundling): vite generators ( #13158 )
2022-11-21 13:18:40 -05:00
Victor Savkin
c4ebef2803
feat(react): add a preset to generate a workspace with a single app at the root
2022-11-12 17:17:58 -05:00
Jack Hsu
f49769a34a
feat(webpack): add webpack plugin ( #11966 )
2022-09-12 21:19:50 +01:00
Miroslav Jonaš
187f5200c0
fix(linter): add jest to root .eslintrc if selected as unit test runner ( #11555 )
2022-08-18 14:51:09 +02:00
Jack Hsu
f8c394af46
feat(web): add swc compiler option for webpack executor ( #8114 )
2021-12-10 16:09:20 -05:00
James Henry
a3c08a9153
feat(linter): do not set eslint parserOptions.project by default ( #5798 )
2021-05-28 13:35:34 +00:00
James Henry
48c7c7b6a3
fix(core): always use project level tsconfigs with eslint ( #4657 )
...
* chore(core): increase coverage of eslint config file contents
* fix(core): always use project level tsconfigs with eslint
* chore(core): enhance depcheck to ignore type only imports
* chore(linter): migration always-use-project-level-tsconfigs-with-eslint
* fix(core): snapshots
* feat(core): thin wrapper around tseslint parser
* fix(core): depcheck for eslint-plugin-nx
* fix(core): revert wrapped parser
* fix(linter): add tsconfig root dir to allow for normalized paths for project configs
* fix(linter): move migration to 11.5.0
* fix(linter): add dependency on to @nrwl/workspace
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-03-05 11:48:18 -05:00
Jason Jean
18c8b2b30d
fix(core): change running tasks in parallel to running in serial ( #4785 )
2021-02-12 21:39:55 +00:00
Jason Jean
33acb41afb
cleanup(react): cleanup generators for react and next ( #4769 )
2021-02-12 15:29:31 -05:00
Jonathan Cammisuli
d9aef75bd5
chore(react): move react schematics to generators ( #4745 )
...
* chore(react): move react schematics to generators
* chore(react): update lib generators
* chore(react): update redux generators
* chore(react): move react story book generators
* chore(react): add old implementation for update babel in next
* chore(react): rename tsconfig json template files to include __tmpl__
* chore(react): update deps
* chore(react): fix component template file
* chore(react): remove angular-devkit deps
* chore(react): remove angular-devkit deps
2021-02-10 21:30:55 -05:00