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
3f9909a5fe
fix(web): add option to override outputPath for file-server ( #12941 )
2022-11-02 16:49:04 +00:00
Jack Hsu
4b491c86f2
fix(web): update http-server lookup so it works with pnpm ( #12269 )
2022-09-28 09:37:35 -04:00
Szaby Grünwald
5614307ca2
fix(web): fix http-server proxyOptions arg converter ( #11309 )
...
Fix the string interpolation in the http-server command arg converter for proxyOptions.
ISSUES CLOSED : #11302
Co-authored-by: Szabolcs Grünwald <sgruenwald@eurofunk.com>
2022-07-28 12:12:03 -04:00
Victor Savkin
c52a8c2e9b
feat(core): finalize the input api
2022-06-29 10:52:14 -04:00
Jason Jean
5b17335f4d
Revert "feat(core): support nested ignore files ( #10455 )"
...
This reverts commit 36d8ee26c430def7b68b123d1b87b792928411d2.
2022-06-13 13:16:05 -04:00
Huy TQ
3de1cb6089
fix(web): @nrwl/web:file-server throws 404 after refresh ( #9839 )
2022-06-10 18:55:57 +00:00
Gabriel Terwesten
36d8ee26c4
feat(core): support nested ignore files ( #10455 )
2022-06-10 14:05:41 -04:00
Craigory Coppola
7f7bc1a095
fix(core): require.resolve(m/package.json) is not guarunteed to work for modern module format ( #10497 )
...
* fix(core): require.resolve(m/package.json) is not guarunteed to work for modern module format
* chore(repo): update usage of new readModulePackageJson function
2022-06-03 20:54:15 +00:00
Jack Hsu
c4e5b7c7c0
fix(react): host server exits when one of the remotes fail ( #10185 )
2022-05-06 12:41:40 -04:00
Colum Ferry
77cc38a624
fix(angular): use fork in file-server for http-server ( #10161 )
2022-05-05 16:08:04 +01:00
Victor Savkin
085554b682
cleanup(misc): remove incorrect comments
2022-05-02 11:46:26 -04:00
Victor Savkin
cb8bf523ff
chore(repo): update cloud to 1403 ( #10070 )
2022-04-30 13:21:55 -04:00
Victor Savkin
8f1376277b
fix(misc): file server should force remote caching when invoking build
2022-04-25 14:31:23 -04:00
Jack Hsu
7913f31cff
fix(react): use normalized app name in host/remote generators ( #9909 )
2022-04-21 02:54:39 +00:00
Jack Hsu
e32932d267
feat(react): add ability to serve remote apps in dev or static mode ( #9893 )
2022-04-20 12:27:49 -04:00
Victor Savkin
d4b5c30eba
cleanup(core): remove the indirection left after inlining ta… ( #9469 )
2022-03-23 22:18:17 -04:00
Miroslav Jonaš
41914d2961
fix(web): ensure file server works on windows ( #9449 )
2022-03-22 22:39:42 +01:00
Sorin Davidoi
f5dfb837a2
fix(web): don't allow arbitrary code execution in file-server ( #9330 )
...
The Node documentation for `exec` states:
> Never pass unsanitized user input to this function. Any input containing shell metacharacters may be used to trigger arbitrary command execution.
The `outputPath`, `options.buildTarget` and `options.maxParallel` come from `nx.json`. Careful crafting of these fields can result in NX executing arbitrary commands.
This patch fixes this by using `execFile`, which does not spawn a shell.
2022-03-18 16:16:31 -04:00
Austin
48d32acca3
feat(web): add proxy config support to file-server executor ( #9225 )
2022-03-15 16:11:17 -04:00
Colum Ferry
1440f8362c
fix(web): file-server withDeps is deprecated ( #9170 )
...
* fix(web): file-server withDeps is deprecated
* docs(web): fix spacing issue
2022-03-09 11:32:12 -05:00
Leosvel Pérez Espinosa
7a35db9037
fix(web): prevent caching in the file-server ( #8472 )
2022-01-11 12:21:10 -05:00
vsavkin
319a90b6ab
feat(web): add a plugin to coordinate webpack and nx builds
2021-05-19 16:12:02 -04:00