Jason Jean
|
a64a7e2db9
|
feat(core): cleanup for v19 (#22993)
|
2024-05-01 12:12:32 -04:00 |
|
Jack Hsu
|
b8e6ebbf9a
|
feat(webpack): change plugin import paths to speed up config loading (#23021)
|
2024-04-26 10:41:59 -04:00 |
|
Colum Ferry
|
a78e75ccab
|
fix(webpack): should correctly normalize paths in NxWebpackPlugin (#23003)
|
2024-04-26 12:55:07 +01:00 |
|
Jack Hsu
|
bc43243498
|
chore(repo): add eslint and jest plugins to use inferred targets (#22946)
|
2024-04-23 21:52:13 -04:00 |
|
Craigory Coppola
|
80b55144db
|
fix(misc): don't clear node_modules require cache (#22907)
|
2024-04-19 17:41:20 -04:00 |
|
Jason Jean
|
bf206e578e
|
feat(misc): non conflicting init/add flow (#22791)
|
2024-04-15 16:45:08 -04:00 |
|
Nicholas Cunningham
|
c27a668530
|
fix(webpack): Should work when absolute paths are supplied as output (#22736)
|
2024-04-09 09:27:10 -06:00 |
|
Nicholas Cunningham
|
f11d7be115
|
fix(webpack): typo for outputPath (#22734)
|
2024-04-09 09:11:46 -06:00 |
|
Jack Hsu
|
900db73c1d
|
fix(webpack): remove url-loader from dependencies since it is replaced by asset modules (#22698)
|
2024-04-05 13:49:32 -04:00 |
|
Colum Ferry
|
640c61dd1a
|
fix(module-federation): serve dynamic remotes statically in their own processes (#22688)
|
2024-04-05 11:58:32 -04:00 |
|
Jack Hsu
|
4fdf862700
|
fix(webpack): support standard webpack config with @nx/webpack:dev-server (#22660)
|
2024-04-03 15:37:05 -06:00 |
|
Jack Hsu
|
7d2a42027c
|
fix(webpack): resolve assets from executor options as relative to workspace root (#22544)
|
2024-03-27 21:36:19 -04:00 |
|
Jack Hsu
|
35321615b2
|
fix(webpack): pass options from executor to NxWebpackPlugin correctly (#22529)
|
2024-03-27 08:21:04 -04:00 |
|
Colum Ferry
|
29c80a33de
|
fix(web): spa flag should correctly define redirect (#22487)
|
2024-03-26 16:51:03 +00:00 |
|
Jack Hsu
|
b7ffb257a2
|
fix(bundling): prevent sensitive keys from being bundled (#22413)
|
2024-03-20 13:01:43 -04:00 |
|
Nicholas Cunningham
|
55f31cf07b
|
fix(webpack): Stylus loader path (#22373)
|
2024-03-18 10:25:00 -06:00 |
|
James Henry
|
1fe5b98f45
|
fix(linter): refactor pcv3 plugin, expose configFiles on context (#21677)
|
2024-03-15 16:29:13 -04:00 |
|
Craigory Coppola
|
a89c73483e
|
feat(core): use flag in nx.json for toggling crystal (#21980)
|
2024-02-29 15:18:46 -05:00 |
|
Dan Roujinsky
|
4a5b5f245d
|
fix(webpack): correctly handle paranthesis in PostCSS in url (#21884)
|
2024-02-20 16:02:56 +02:00 |
|
Emily Xiong
|
4be897ac3f
|
fix(webpack): resolve relative path for assets inputs (#21822)
|
2024-02-15 13:42:25 -05:00 |
|
Colum Ferry
|
448a83a116
|
fix(angular): ajv hoisting issue (#21641)
|
2024-02-06 21:21:12 +04:00 |
|
Jack Hsu
|
bf62661bb9
|
fix(webpack): require ForkTsCheckerWebpackPlugin only as required (#21629)
|
2024-02-05 18:04:39 -05:00 |
|
Jack Hsu
|
e85f700f52
|
fix(webpack): fix webpack plugin issues and e2e tests (#21531)
|
2024-02-02 11:27:40 -05:00 |
|
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 |
|
Colum Ferry
|
fbca31ac37
|
fix(module-federation): ensure incorrect tsconfig path mappings are not used #21391 (#21416)
|
2024-01-31 17:06:58 +00:00 |
|
andreasmoller25
|
ecddfe1065
|
fix(webpack): correctly handle data URIs with escaped quotes in style… (#20988)
|
2024-01-31 18:47:31 +02:00 |
|
Craigory Coppola
|
deb0f1a492
|
chore(repo): bump deprecation messages to v19 (#21430)
|
2024-01-30 16:29:05 -05:00 |
|
Dmitry Zakharov
|
8ee8f3ffc3
|
chore(repo): bump @babel/core plugin-transform-runtime to 7.23.2 (#20952)
|
2024-01-30 13:50:29 -05:00 |
|
beeman
|
a9974d3f25
|
docs(misc): change http:// to https:// (#19534)
|
2024-01-30 11:33:13 -05:00 |
|
Jack Hsu
|
89c5188df3
|
feat(webpack): simplify inferred webpack-cli command (#21340)
|
2024-01-26 12:00:18 -05:00 |
|
Leosvel Pérez Espinosa
|
e4758358b0
|
feat(misc): optionally update package.json scripts in init generators (#21204)
|
2024-01-22 13:51:41 -05:00 |
|
Jason Jean
|
1ffd6731dc
|
feat(core): add target defaults in configuration generators rather th… (#21105)
|
2024-01-17 16:02:47 -05:00 |
|
Emily Xiong
|
6141f44203
|
feat(core): add keepExistingVersions to all packages (#21169)
|
2024-01-17 14:22:58 -05:00 |
|
Leosvel Pérez Espinosa
|
047dc22aed
|
cleanup(misc): clean up init generators (#21088)
|
2024-01-16 15:29:44 +01:00 |
|
Emily Xiong
|
633dcfba00
|
bugfix(webpack): merge alias webpack (#21098)
|
2024-01-12 10:47:31 -05:00 |
|
Jason Jean
|
e31c179c02
|
fix(web): fix webpack + playwright config issues (#20991)
|
2024-01-03 17:42:58 -05:00 |
|
Colum Ferry
|
a9a676a570
|
fix(module-federation): support buildable libs (#20786)
|
2023-12-15 11:07:13 -05:00 |
|
Colum Ferry
|
439a31c66b
|
fix(module-federation): allow relative remote paths (#20763)
|
2023-12-14 17:18:11 +00:00 |
|
Jack Hsu
|
3655269411
|
fix(webpack): fix check for standardWebpackConfigFunction (#20728)
|
2023-12-12 12:59:06 -05:00 |
|
Jack Hsu
|
254ce82a1c
|
fix(webpack): handle both nx and nrwl scoped executors when migrating config (#20714)
|
2023-12-12 09:10:14 -05:00 |
|
Jack Hsu
|
b527158ea3
|
fix(webpack): add standardWebpackConfigFunction option when users opts for a standard config function (#20702)
|
2023-12-11 22:18:27 -05:00 |
|
Tycho Bokdam
|
38ad952713
|
fix(webpack): fixed isolatedConfig: false option not composing plugins (#20678)
|
2023-12-11 16:23:20 -05:00 |
|
Jack Hsu
|
ce4889a3e9
|
fix(webpack): migrate projects without webpackConfig to use webpack.config.js (#20699)
|
2023-12-11 15:08:06 -05:00 |
|
Benjamin Cabanes
|
db77ddef8a
|
chore(repo): update packages readme banner (#20695)
|
2023-12-11 11:32:42 -05:00 |
|
Benjamin Cabanes
|
5a305d41de
|
feat(nx-dev): add homepage updates (#20592)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
|
2023-12-08 14:40:42 -05:00 |
|
Katerina Skroumpelou
|
f04ed1f24a
|
fix(nuxt): correct outputs for nuxt and vite (#20627)
|
2023-12-07 08:45:08 -05:00 |
|
Jack Hsu
|
7ffc3284f6
|
fix(webpack): ensure webpack config is always at the latest version when running in the daemon (#20618)
|
2023-12-06 17:08:24 -05:00 |
|
Jack Hsu
|
3493c7899b
|
fix(core): add 'dependsOn' property in when inferring build targets via plugins (#20614)
|
2023-12-06 16:39:06 -05:00 |
|
Jack Hsu
|
ab8c9298be
|
feat(core): targets inferred from plugins override targetDefaults (#20586)
|
2023-12-06 10:47:53 +02:00 |
|
Tycho Bokdam
|
a08fdf0e36
|
fix(webpack): Fixed libraryTarget option not being set for node targets (#20505)
|
2023-12-04 08:39:31 -05:00 |
|