Jason Jean
396ffc4636
feat(core): enable project crystal by default ( #21403 )
...
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
2024-02-02 03:40:59 -05:00
Craigory Coppola
deb0f1a492
chore(repo): bump deprecation messages to v19 ( #21430 )
2024-01-30 16:29:05 -05:00
Jack Hsu
f4569efe0a
fix(react): update default webpack config for component testing ( #20749 )
2023-12-13 15:02:45 -05:00
Jack Hsu
1cd8b05486
fix(react): webpack backwards compat for @nx/react/plugin/webpack ( #20697 )
2023-12-11 14:39:59 -05:00
Jack Hsu
507fe42e4f
feat(webpack): add plugin to automatically configure build and serve targets ( #20243 )
2023-11-28 13:01:03 -05:00
Jack Hsu
395eb70336
feat(webpack): add NxWebpackPlugin that works with normal Webpack configuration ( #19984 )
2023-11-08 11:03:34 -05:00
Eric Renken
e8b6034b6c
feat(nextjs): can set compiler when setting up nxComponentTestingPreset ( #19171 )
2023-11-03 17:11:42 +02:00
Katerina Skroumpelou
01847b15c4
fix(react): storybook plugin tsconfig resolution ( #19631 )
2023-10-16 11:12:32 -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
Craigory Coppola
a18dd48510
chore(react): pass full context to parseTargetString ( #19156 )
2023-09-20 09:07:21 -04:00
Caleb Ukle
193206ac86
feat(testing): support cypress v13 ( #18899 )
2023-09-01 11:55:13 -04:00
Ben McCann
38fec9ca77
feat(testing): Vite 5 compatibility for Cypress ( #18535 )
2023-08-08 14:24:05 -05:00
Caleb Ukle
7d15e0c350
chore(repo): bump webpack version ( #17836 )
2023-06-28 19:54:38 +00:00
Katerina Skroumpelou
e58cc798a5
feat(storybook): move tsconfig one level up ( #17749 )
2023-06-26 16:25:52 +03:00
Caleb Ukle
f3f74068ea
fix(testing): update default webpack config for react CT ( #17562 )
2023-06-21 11:41:33 -04:00
Colum Ferry
99739179c7
chore(react): remove unnecessary type cast ( #17689 )
2023-06-20 08:50:42 -05: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
Chris McLeod
be267a7cd9
fix(react): do not require webpackConfig for cypress component testing ( #16966 )
...
Co-authored-by: Loïc BERTRAND <loic.bert.marcel@gmail.com>
2023-05-16 21:53:09 +00:00
Caleb Ukle
dfd51634f3
fix(testing): prevent ct and e2e generators overwriting configs ( #16651 )
2023-05-11 12:19:16 -04:00
Caleb Ukle
ebcc4363d0
fix(testing): fix react CT w/ vite and dependant projects ( #16475 )
2023-04-28 16:40:04 -04:00
Jason Jean
76dfc62412
feat(web): replace usages of @nrwl with @nx ( #16376 )
2023-04-19 10:59:41 -04:00
Jack Hsu
ced3ab9c59
feat(nextjs): add migration for Next.js 13.3.0 ( #16370 )
2023-04-18 10:26:23 -04:00
Jason Jean
2d195007b0
feat(core): switch packages to use the @nx scope ( #16069 )
2023-04-14 19:56:37 -04:00
Jack Hsu
d8f9f32e7a
fix(react): update types for "@nrwl/react/plugins/webpack" for projec… ( #15235 )
2023-02-24 18:43:29 +02:00
Katerina Skroumpelou
b7fe0a2311
docs(storybook): add titles and descriptions to all docs ( #14749 )
2023-02-01 17:03:51 +00:00
Jack Hsu
ec28689a80
docs(webpack): add guide for webpack plugins (e.g. withNx, withWeb, etc.) ( #14720 )
2023-01-31 17:06:32 +00:00
Dan Roujinsky
e92097c5d0
fix(webpack): use webpack-merge for plugins to preserve values, fix React SVG loader ( #14695 )
2023-01-31 10:09:58 -05:00
Jack Hsu
795e4d6985
fix(webpack): fix support for module federation plugin ( #14653 )
2023-01-27 14:14:31 +02:00
Jack Hsu
d5332b4e23
feat(webpack): move web-specific options into withWeb plugin ( #14590 )
2023-01-26 14:17:13 -05:00
Jack Hsu
cd92d102d3
feat(webpack): add isolatedConfig option to skip automatically applying Nx plugins ( #14618 )
2023-01-26 10:32:34 -05:00
Katerina Skroumpelou
c3de9fdd76
fix(storybook): react plugin sourcemap type ( #14600 )
...
Co-authored-by: Bashkim Isai <me@bashkim.com>
2023-01-25 17:43:25 +02:00
Katerina Skroumpelou
61f7a9a85a
fix(react): storybook plugin fixes ( #14493 )
2023-01-20 08:18:43 -05:00
Jack Hsu
01b42896a2
fix(react): add migration to install @nrwl/webpack if needed by Story… ( #14480 )
2023-01-19 18:27:36 +00: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
6feb56e014
feat(webpack): remove support for legacy browsers ( #14190 ) ( #14257 )
2023-01-11 10:13:35 +02:00
Jack Hsu
fcc02d1932
feat(webpack): remove support for legacy browsers ( #14190 )
2023-01-09 12:15:37 +02:00
Craigory Coppola
285dc39371
feat(core): support targets with colons in the name without quotes ( #13938 )
2022-12-28 15:18:07 -05:00
Caleb Ukle
663d38bdba
feat(testing): support async webpack config for react component testing ( #14037 )
2022-12-28 11:17:53 -05:00
Nikita Glazov
37dc336a0a
fix(nx/react): wrong svg import processing ( #12477 )
2022-12-19 15:45:33 -05:00
Jack Hsu
9ac63667b2
fix(react-native): support React Native buildable libs that do not use SVGR ( #13909 )
2022-12-19 18:09:08 +00:00
Yehuda Goldberg
6a2884297c
fix(react): load svg component in buildable library ( #12226 )
2022-12-19 15:39:26 +00:00
Katerina Skroumpelou
1ef01f8ccc
feat(testing): cypress vite ( #13474 )
2022-12-15 04:28:53 +00:00
Jason Jean
2c819048bc
fix(angular): fix imports into nx from ng-add ( #13645 )
2022-12-05 21:05:26 +00:00
Caleb Ukle
ddc2dca30d
fix(testing): only target files in src/* directory for component testing ( #13604 )
2022-12-05 10:10:45 -05:00
Dan Roujinsky
3e2b8d987f
fix(react): fix path to CT tsconfig ( #13177 )
2022-12-02 15:43:57 -06:00
Caleb Ukle
f3515e4ddc
fix(testing): use @swc/jest if being used as transformer ( #12614 )
2022-10-28 10:46:58 -05:00
Noriyuki Shinpuku
13c465d46b
fix(react): fix builder options for storybook plugin ( #12276 )
2022-10-21 14:53:52 -07:00
Caleb Ukle
73fd49aab3
fix(testing): use webpack defined in executor options for react ct ( #12005 )
...
* fix(testing): resolve custom webpacks for react ct
* chore(testing): add more complex react ct e2e tests
* chore(testing): lower ct test timeout to prevent CI stalling when error
2022-09-14 10:58:01 -05:00
Jack Hsu
f49769a34a
feat(webpack): add webpack plugin ( #11966 )
2022-09-12 21:19:50 +01:00