Jack Hsu
|
826befa22d
|
fix(web): undo core-js removal (#17048)
|
2023-05-16 09:19:02 -04:00 |
|
Nicholas Cunningham
|
832fa71488
|
fix(react): bump migration version (#16822)
|
2023-05-06 14:32:11 -06:00 |
|
Nicholas Cunningham
|
4750a1daa4
|
fix(react): remove outdated packages (#16786)
|
2023-05-05 14:42:43 -04:00 |
|
Leosvel Pérez Espinosa
|
f45aa076da
|
feat(angular): support angular v16 (#15592)
|
2023-05-03 11:02:07 -04:00 |
|
Jack Hsu
|
ae8c47b75a
|
feat(web): expose cache, compression options for file-server (#16546)
Co-authored-by: Ryan Diehl <rydiehl@cisco.com>
|
2023-04-25 13:32:46 -04:00 |
|
Jack Hsu
|
8de17ab1e0
|
feat(web): remove deprecated executors (#16416)
|
2023-04-20 17:50:31 -04:00 |
|
Jason Jean
|
76dfc62412
|
feat(web): replace usages of @nrwl with @nx (#16376)
|
2023-04-19 10:59:41 -04:00 |
|
Jason Jean
|
5a0a4e8d26
|
feat(repo): replace usages of @nrwl/ with @nx/ in tooling packages (#16351)
|
2023-04-18 12:15:33 -04:00 |
|
Jason Jean
|
2d195007b0
|
feat(core): switch packages to use the @nx scope (#16069)
|
2023-04-14 19:56:37 -04:00 |
|
Caleb Ukle
|
85b3315b34
|
chore(misc): update snapshots to latest format (#16276)
|
2023-04-14 11:29:06 -04:00 |
|
Miroslav Jonaš
|
cafb49ac84
|
feat(core): remove @nrwl/workspace:lib (#16122)
|
2023-04-12 15:28:09 -04:00 |
|
Emily Xiong
|
3eede1c7de
|
feat(react): deprecate styl from react and next for 17 (#16135)
|
2023-04-12 08:23:13 -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 |
|
Jason Jean
|
9723859902
|
fix(web): add migration for dropped dependencies (#15991)
|
2023-03-30 22:45:11 +00:00 |
|
Benjamin Cabanes
|
85aed9e8e4
|
chore(core): add new nx-cloud logo (#15979)
|
2023-03-30 12:34:58 -04:00 |
|
Jason Jean
|
4a55ee9a33
|
fix(js): run prettier with default options when theres no prettierrc (#15888)
|
2023-03-27 18:00:24 -04:00 |
|
Colum Ferry
|
597832e88f
|
fix(angular): use @nrwl/web:file-server (#15849)
|
2023-03-27 09:42:53 +01:00 |
|
Jack Hsu
|
e772ee22bd
|
feat(web): remove hard dependencies on cypress, rollup, jest, and linter (#15797)
|
2023-03-21 11:46:12 -04:00 |
|
Jason Jean
|
4d9df3d9cb
|
fix(js): do not run prettier when we can run formatFiles (#15740)
|
2023-03-17 17:32:37 -04:00 |
|
Jack Hsu
|
24b82edbed
|
feat(core): move prettier init logic from @nrwl/workspace to @nrwl/js (#15501)
|
2023-03-09 16:01:19 -05:00 |
|
Caleb Ukle
|
3a4b108dd8
|
feat(web): add a generator to add @nrwl/web:file-server target (#15434)
|
2023-03-07 13:09:57 -06:00 |
|
Colum Ferry
|
8744698a01
|
feat(devkit): move runTasksInSerial to devkit (#15467)
|
2023-03-06 13:55:44 -05:00 |
|
Caleb Ukle
|
76fcf7a319
|
fix(web): update snapshots from vite tsconfig changes (#15398)
|
2023-03-02 15:56:34 -05:00 |
|
Jason Jean
|
fa6e8ea987
|
fix(js): refactor ensurePackage (#15074)
|
2023-02-22 18:47:40 -05:00 |
|
Craigory Coppola
|
73bc2e1c91
|
fix(bundling): libs generated with @nrwl/js:lib --bundler rollup should build (#15179)
|
2023-02-22 17:05:04 -05:00 |
|
Katerina Skroumpelou
|
5d54f71398
|
fix(webpack): add babelUpwardRootMode (#15061)
|
2023-02-17 17:09:57 +00:00 |
|
Emily Xiong
|
a97212b601
|
feat(core): move tsconfig.base.json to @nrwl/js:init (#14467)
|
2023-02-16 11:17:30 -05:00 |
|
Jack Hsu
|
47a4ff4bf5
|
fix(bundling): add a deprecation warning for users to update their project config before Nx 16 (#14913)
|
2023-02-10 08:46:23 -06:00 |
|
Chau Tran
|
d0c978e898
|
docs(web): add prioritize flags to web packages (#14281)
|
2023-02-01 08:20:57 -06:00 |
|
Jack Hsu
|
cd92d102d3
|
feat(webpack): add isolatedConfig option to skip automatically applying Nx plugins (#14618)
|
2023-01-26 10:32:34 -05:00 |
|
Juri Strumpflohner
|
df26a29316
|
docs(nx-dev): fix Youtube link (#14605)
|
2023-01-25 10:48:04 -05:00 |
|
Jack Hsu
|
d7536aa7e3
|
feat(core): clean up workspace configuration code
|
2023-01-23 19:35:15 -05:00 |
|
Jack Hsu
|
5e11adbba4
|
feat(js): move babel preset to @nrwl/js/babel so @nrwl/web is not… (#14478)
|
2023-01-23 15:32:07 +00:00 |
|
Katerina Skroumpelou
|
c2be735097
|
fix(vite): remove environments generation (#14515)
|
2023-01-20 18:34:26 +02:00 |
|
Jack Hsu
|
e0bd338225
|
fix(web): remove hard dependencies to @nrwl/vite and @nrwl/webpack (#14408)
|
2023-01-17 08:05:48 -05:00 |
|
Jack Hsu
|
454fba49b2
|
feat(webpack): generate React and Web apps with webpack.config.js file (#14285)
|
2023-01-12 10:06:25 -05:00 |
|
Jack Hsu
|
fcc02d1932
|
feat(webpack): remove support for legacy browsers (#14190)
|
2023-01-09 12:15:37 +02:00 |
|
Caleb Ukle
|
e96dfe575a
|
fix(web): dynamic default unitTestRunner based on bundler for @nrwl/web:app (#14188)
Fixes https://github.com/nrwl/nx/issues/14167
|
2023-01-06 10:36:46 -06:00 |
|
Victor Savkin
|
422c8c735a
|
cleanup(core): clearly split nx.json config and projects config
|
2023-01-05 15:35:36 -05:00 |
|
Craigory Coppola
|
285dc39371
|
feat(core): support targets with colons in the name without quotes (#13938)
|
2022-12-28 15:18:07 -05:00 |
|
Katerina Skroumpelou
|
6c6fd7ce1d
|
fix(vite): improve vite configuration (#13978)
|
2022-12-22 16:56:39 +02:00 |
|
Victor Savkin
|
82fbb98e7d
|
feat(misc): dont generate defaultProject for non standalone workspaces
|
2022-12-21 09:15:26 -05:00 |
|
Jason Jean
|
61d7d74378
|
fix(misc): fix tsconfig file includes
|
2022-12-05 10:39:03 -05:00 |
|
Jack Hsu
|
67c7822ad3
|
fix(react): add missing style preprocessors when using Vite (#13600)
|
2022-12-02 21:56:23 +00:00 |
|
Jonathan Cammisuli
|
dbc673d74f
|
fix(testing): remove jest.config.ts from vitest setups (#13586)
|
2022-12-02 10:17:37 -05:00 |
|
Katerina Skroumpelou
|
3a39f95a3b
|
cleanup(core): create a shared add-babel-input function (#13538)
|
2022-12-01 15:19:04 -05:00 |
|
Victor Savkin
|
fe062f42c3
|
fix(core): deduce layout directory
|
2022-11-29 16:08:57 -05:00 |
|
Katerina Skroumpelou
|
19a6da335e
|
fix(bundling): place files in the right folders for Web Vite apps (#13464)
|
2022-11-29 08:43:39 -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 |
|
Jack Hsu
|
a63a25d2e2
|
feat(react): add Vite bundler option for buildable libraries (#13382)
|
2022-11-25 20:25:37 +00:00 |
|