Jack Hsu
|
742b9a1bcb
|
fix(webpack): add back deprecated Stylus support until v18 (#19810)
|
2023-10-23 16:15:30 -06:00 |
|
Colum Ferry
|
97fac1b0b4
|
feat(react): add recursive remote serve (#19638)
|
2023-10-17 14:33:28 +01:00 |
|
Colum Ferry
|
80fde79374
|
feat(misc): remove deprecated Angular CLI usage of schematics and builders (#19557)
|
2023-10-13 17:14:16 +01:00 |
|
Emily Xiong
|
6e2dba9c9e
|
bugfix(react): fix react module federation with ssr (#19565)
|
2023-10-13 10:58:50 -04:00 |
|
Jack Hsu
|
72df463c72
|
fix(webpack): only register TS transpiler for config files ending with .ts, .mts, or .cts (#19579)
|
2023-10-12 14:28:25 -04:00 |
|
Jack Hsu
|
8826a7737d
|
feat(react): remove stylus option from generators (#19441)
|
2023-10-12 12:49:45 -04:00 |
|
Colum Ferry
|
14643b68b5
|
feat(react): use TS config files for module federation (#19455)
|
2023-10-12 11:42:41 -04:00 |
|
Nicholas Cunningham
|
f83cf0162f
|
feat(react): Add support for promise based remotes (#19566)
|
2023-10-12 08:37:23 -04:00 |
|
Craigory Coppola
|
6946f65059
|
fix(misc): pass full path to tsconfig when registering transpiler (#19451)
|
2023-10-06 14:40:15 -04:00 |
|
Miroslav Jonaš
|
a3a0496856
|
feat(linter): remove tslint logic (#19002)
|
2023-10-06 08:32:51 -04:00 |
|
Travis Cline
|
47fcce0dfb
|
fix(webpack): add guard around onListening call (#19363)
|
2023-10-05 18:10:39 -04:00 |
|
Colum Ferry
|
a11e8f1bb2
|
fix(web): disable tsnode service after loading config (#19387)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
|
2023-10-03 13:28:58 -04:00 |
|
Craigory Coppola
|
b222933417
|
chore(bundling): pass full context to parseTargetString (#19157)
|
2023-09-20 09:07:08 -04:00 |
|
Nicholas Cunningham
|
0369224b1c
|
feat(react): Support loading remotes via library: var (#19192)
|
2023-09-19 09:10:26 -06:00 |
|
Jack Hsu
|
56481d6976
|
fix(webpack): set module: true for swcMinify (#19213)
|
2023-09-18 09:53:32 -06:00 |
|
Nicholas Cunningham
|
0a7efc6465
|
feat(react): Add versioning for workspace libraries (#19063)
|
2023-09-14 08:08:46 -04:00 |
|
Colum Ferry
|
dd5ea7a244
|
feat(webpack): move module federation utils to webpack (#18996)
|
2023-09-08 10:22:09 -04:00 |
|
Matt Lewis
|
f30174b677
|
fix(webpack): enable in memory caching when building for node in watch mode (#18348)
|
2023-09-06 12:24:27 -06:00 |
|
Craigory Coppola
|
353d8d089d
|
cleanup(core): move js lockfile parsing to v2 plugin (#18779)
|
2023-08-30 14:26:41 -04:00 |
|
Colum Ferry
|
b5380d0847
|
fix(webpack): WebpackNxBuildCoordinationPlugin cancels inflight builds on new changes detected (#18883)
|
2023-08-29 17:14:49 +01:00 |
|
Jason Jean
|
c175f9ba11
|
fix(webpack): use new watcher for webpack build coordination plugin (#18822)
|
2023-08-25 09:06:47 -04:00 |
|
Isaac Mann
|
1ac034ba60
|
docs(core): move package recipes
|
2023-08-25 14:32:13 +02:00 |
|
Emily Xiong
|
9d5a3830be
|
feat(misc): remove dotenv from executors (#18719)
|
2023-08-22 20:00:37 -04:00 |
|
Juri
|
b8a6621e29
|
fix(webpack): fix babel config path resolution
closed #18404
|
2023-08-01 14:31:29 +02:00 |
|
Jason Jean
|
989f7f8f92
|
chore(repo): update nx to 16.6.0-beta.8 (#18356)
|
2023-07-29 10:39:53 -04:00 |
|
Leosvel Pérez Espinosa
|
ca5e673a80
|
feat(misc): add alternative implementation to calculate buildable dependencies using the task graph (#18125)
|
2023-07-19 15:11:13 -04:00 |
|
Colum Ferry
|
77bb4b7429
|
feat(angular): add support for TS Module Federation Config #15739 (#17876)
|
2023-07-12 16:14:52 +01:00 |
|
Leosvel Pérez Espinosa
|
95a2256a34
|
feat(misc): deprecate executor options to generate package.json for libraries (#17923)
|
2023-07-11 15:28:03 +00:00 |
|
Jack Hsu
|
24e45d494f
|
feat(bundling): rename esbuild-project, rollup-project, and webpack-project generators to "configuration" generators for consistency in naming (#18003)
|
2023-07-07 13:59:41 -04:00 |
|
Colum Ferry
|
8c9ad0da69
|
fix(bundling): update the browsers for es5 terser check (#17784)
|
2023-07-05 17:10:25 +01:00 |
|
Jack Hsu
|
9c0c30edb4
|
fix(bundling): separate image and font resources so they do not conflict (#17763)
|
2023-06-26 09:18:27 -04:00 |
|
Jeremiah Snee
|
e21077f815
|
fix(webpack): update withNx mainFields ordering to support tree-shaking (#17599)
|
2023-06-22 14:30:44 -04:00 |
|
Colum Ferry
|
6305e7f497
|
fix(bundling): check for browserslist when setting terser ecma #17620 (#17708)
|
2023-06-21 18:00:05 +00:00 |
|
Caleb Ukle
|
f3f74068ea
|
fix(testing): update default webpack config for react CT (#17562)
|
2023-06-21 11:41:33 -04:00 |
|
Jack Hsu
|
9fa9fda61d
|
fix(bundling): support BABEL_ENV over NODE_ENV for babel config (#17529)
|
2023-06-09 16:26:43 -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 |
|
Sahil Purav
|
3997d3f5fd
|
fix(webpack): micro-frontend dev builds in React are not working in S… (#17403)
Co-authored-by: Sahil Purav <sahil5684@gmail.com>
|
2023-06-06 10:02:43 +03:00 |
|
MaximSagan
|
825190674c
|
fix(webpack): support webworker (#17136) (#17137)
Co-authored-by: Max Sagan - Yieldbroker <max.sagan@yieldbroker.com>
|
2023-05-31 10:03:27 -04:00 |
|
Katerina Skroumpelou
|
8b964b74c6
|
chore(misc): update @svgr/ packages (#17212)
|
2023-05-26 15:31:48 +03:00 |
|
Jack Hsu
|
b3d07a8293
|
fix(node): default webpack build to not perform default optimizations for Node (#16625)
|
2023-04-27 22:59:22 +00:00 |
|
Colum Ferry
|
9d71c718f0
|
fix(react): skip DefinePlugin for SSR (#16612)
|
2023-04-27 15:15:08 +00:00 |
|
Xinan
|
440a85c18b
|
fix(webpack): web app in default nx config not working with @aws-sdk (#15962)
|
2023-04-25 15:01:43 -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
|
5a0a4e8d26
|
feat(repo): replace usages of @nrwl/ with @nx/ in tooling packages (#16351)
|
2023-04-18 12:15:33 -04:00 |
|
Miroslav Jonaš
|
2dd59c3b57
|
feat(core): extract js related code from affected and hasher (#16244)
|
2023-04-18 10:42:05 -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 |
|
Colum Ferry
|
ed6524cbe5
|
cleanup(js): move assets to js package (#15955)
|
2023-04-03 10:24:14 -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 |
|
Jay Bell
|
d47d3f125d
|
fix(webpack): configure terser plugin with non-deprecated options for… (#15968)
|
2023-03-30 11:07:47 -04:00 |
|