Colum Ferry
a9a676a570
fix(module-federation): support buildable libs ( #20786 )
2023-12-15 11:07:13 -05:00
Leosvel Pérez Espinosa
1692a54da6
fix(angular): set tsconfig paths relative to the workspace root in target options ( #20507 )
2023-11-30 17:12:31 +00:00
Leosvel Pérez Espinosa
25d6ec3a92
feat(angular): support angular v17 ( #19689 )
2023-11-07 15:45:42 -05: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
6c9a0e399c
fix(angular): sync missing schema changes in builders ( #15600 )
2023-03-10 16:15:30 +00:00
Colum Ferry
829df2b9ab
fix(angular): tidy up supported options ( #14793 )
2023-02-08 15:05:10 +00:00
Colum Ferry
9d626b8b81
fix(angular): correctly error when assets are used in Angular < 15.1.0 ( #14333 )
2023-01-13 12:14:30 +00:00
Colum Ferry
4a8f95e5c6
feat(angular): add backwards compatibility to webpack-server ( #14163 )
2023-01-06 09:15:23 -05:00
Colum Ferry
883b61bb7a
fix(angular): add workaround for MF SSR ( #13372 )
2022-11-24 11:59:39 +00:00
Colum Ferry
b2f953868a
cleanup(angular): add utilities for shared builder logic ( #12924 )
2022-11-02 14:04:50 +00:00
Colum Ferry
a5d031482f
feat(angular): add webpack-server builder with support for custom webpack config ( #12917 )
2022-11-01 16:07:41 +00:00
Colum Ferry
8c8c29cdb5
cleanup(angular): rename webpack-server executor to webpack-dev-server ( #11989 )
2022-09-29 08:45:22 +00:00
Jack Hsu
f49769a34a
feat(webpack): add webpack plugin ( #11966 )
2022-09-12 21:19:50 +01:00
Colum Ferry
e8ad46595f
fix(angular): building all projects in webpack-server #11349 ( #11455 )
2022-08-04 16:03:40 -04:00
Craigory Coppola
5b90514008
feat(core): move workspace configuration computation to daemon ( #10860 )
2022-06-24 09:45:51 -04:00
Leosvel Pérez Espinosa
f3a9f55fc7
feat(angular): add support for incremental builds to the webpack-server executor ( #10754 )
2022-06-16 14:58:45 +01:00
Victor Savkin
e491c6f738
feat(core): make nx.json optional
2022-05-31 15:35:28 -04:00
Oliver Schlegel
b1cc187c20
feat(angular): expose builder functions ( #10252 )
2022-05-16 09:41:53 +01:00
Victor Savkin
d4b5c30eba
cleanup(core): remove the indirection left after inlining ta… ( #9469 )
2022-03-23 22:18:17 -04:00
Colum Ferry
2d0871932c
feat(angular): add withModuleFederation helper ( #9289 )
...
* feat(angular): withModuleFederation helper
2022-03-16 09:47:03 +00:00
Victor Savkin
6f038e7a4a
feat(core): reorganize packges to consolidate all cli-related code in nx
2022-03-14 16:42:51 -04:00
Colum Ferry
bef8fb3629
feat(angular): add opinionated mfe webpack helpers ( #9233 )
...
* feat(angular): add mfe helpers for sharing workspace libraries
* feat(angular): add share packages helper
* chore(angular): add webpack dep
2022-03-10 19:35:18 +00:00
Nadav Sinai
6135eb2832
feat(angular): pass additional args to devServer custom configuration function ( #8695 )
2022-01-26 09:05:16 +00:00
Leosvel Pérez Espinosa
d689416aa1
fix(angular): support custom webpack config to use typescript ( #7970 )
2021-12-02 11:47:44 +00:00
James Henry
98ffe8574b
feat(linter): support eslint v8 ( #7800 )
...
* feat(core): support eslint v8
* fix(core): align version of eslint across all packages
2021-11-19 14:55:33 -05:00
Colum Ferry
8d6ac4f694
chore(angular): support angular 13 ( #7161 )
...
* chore(angular): support angular 13
Support Angular 13
chore(angular): support ng 13 next 11
chore(angular): upgrade tslib dep
chore(angular): update package and ng-packagr-lite executors to align with ng-packagr v13
chore(angular): update test snapshots with ts version
fix(angular): buildable lib tsconfig transform test
* chore(angular): sync ng-packagr changes to the package and ng-packagr-lite executors
* chore(angular): add migrations
* chore(angular): rxjs7
* feat(angular): check rxjs version to install
* feat(angular): update jest resolver to resolve esm
* chore(angular): fix version
* chore(angular): support jest-preset-angular
* fix(angular): tests
* fix(angular): fix e2e tests and add .angular to gitignore
* fix(angular): fix jest transformers ignore pattern
* fix(angular): fix node test
* fix(angular): fix workspace test
* fix(angular): import marble utils from jasmine-marbles instead of @nrwl/angular/testing
* feat(angular): update ngrx to 13.0.0-beta.;0
* fix(angular): temporarily skip test with pnpm
* fix(angular): bump jest-preset-angular to fix jest performance issues
* fix(angular): webpack-browser and server schema changes
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-11-08 12:01:55 -05:00
Artur Androsovych
2db6f89d04
feat(angular): allow exporting function and promise within the custom Webpack config ( #7129 )
2021-09-24 18:19:14 -04:00
Colum Ferry
db489d3418
fix(angular): webpack-server needs to work when there is no defaultConfiguration set ( #6588 )
2021-08-03 16:18:59 -04:00
Colum Ferry
ec414e5840
feat(angular): add executor to allow custom webpack config with serve ( #6359 )
...
Add a builder to allow the user to pass a custom webpack config with serve. It should fetch the
custom webpack config from the build target.
2021-07-15 11:09:59 +01:00