Jack Hsu
|
5cfd357e8f
|
feat(bundling): update esbuild to 0.17.5 (#14752)
|
2023-02-01 10:55:55 -07:00 |
|
Taylor McMonigle
|
2baa80d8b3
|
fix(bundling): fix esbuild watch yields success=false when no error (#14359)
|
2023-01-20 15:37:18 -05:00 |
|
Phillip Barta
|
415d1c745c
|
fix(misc): loosen chalk version (#14276)
|
2023-01-13 17:44:11 -05:00 |
|
Jack Hsu
|
d20cf91e6c
|
feat(misc): add x-priority tags to next, react, webpack, rollup, esbuild (#14352)
|
2023-01-13 11:50:01 -05:00 |
|
Phillip Barta
|
b1976796f1
|
chore(repo): updated dependency fs-extra to ^11.1.0 (#14232)
|
2023-01-12 10:25:17 -05:00 |
|
Jack Hsu
|
d0d6e854d4
|
fix(bundling): update esbuild executor to emit correct events (#14193)
|
2023-01-06 12:11:50 -05:00 |
|
Victor Savkin
|
422c8c735a
|
cleanup(core): clearly split nx.json config and projects config
|
2023-01-05 15:35:36 -05:00 |
|
Jack Hsu
|
bd14b24460
|
feat(bundling): add option to esbuild to not bundle (#14145)
|
2023-01-04 13:36:52 -05:00 |
|
Craigory Coppola
|
7992ec618f
|
chore(repo): setup negative config for several targets (#14080)
|
2023-01-04 11:34:50 -05:00 |
|
Jack Hsu
|
98ed2ea8e8
|
fix(bundling): support custom outExtension for ESM and CJS (e.g. .mjs) (#13985)
|
2022-12-22 13:24:22 -05:00 |
|
Jack Hsu
|
cded83b2c5
|
feat(react): remove unnecessary dependencies from @nrwl/react (#13525)
|
2022-12-01 17:06:32 -05:00 |
|
Victor Savkin
|
16fd4374d6
|
feat(misc): derive workspace layout dynamically
|
2022-11-23 15:45:13 -05:00 |
|
Jack Hsu
|
23e4fc77c9
|
feat(react): add SSR support to React apps (#13234)
|
2022-11-21 14:22:05 -05:00 |
|
Craigory Coppola
|
f311ecbdd7
|
chore(repo): remove workspace.json (#13040)
|
2022-11-08 13:12:31 -05:00 |
|
Jack Hsu
|
58b51964ea
|
feat(bundling): add support only bundling in workspace libs, not npm packages (#12852)
|
2022-10-31 09:05:47 -04:00 |
|
Victor Savkin
|
23de788b5e
|
chore(repo): update to 15.0.0-rc1 (#12586)
|
2022-10-13 18:34:24 -04:00 |
|
Craigory Coppola
|
8ab7f85ca1
|
fix(core): swap default method for output capture (#12535)
|
2022-10-12 22:06:32 +00:00 |
|
Jack Hsu
|
e0f79113dc
|
fix(bundling): fix esbuild build watch (#12448)
|
2022-10-06 12:50:34 -04:00 |
|
Jack Hsu
|
d904160426
|
fix(bundling): do not add types field in package.json for esbuild (#12424)
|
2022-10-05 16:24:25 +00:00 |
|
Jack Hsu
|
a14646a864
|
fix(bundling): correct main field in package.json when using esbuild (#12328)
|
2022-09-29 22:11:00 +00:00 |
|
Jack Hsu
|
20c3951b8d
|
fix(bundling): update error message for esbuild-project generator so it shows correct project name and information (#12323)
|
2022-09-29 19:55:43 +00:00 |
|
Jack Hsu
|
f30ed24aaf
|
feat(bundling): add skipValidation option when generating esbuild project (#12290)
|
2022-09-28 14:35:03 -04:00 |
|
Jack Hsu
|
652f6c8fa8
|
docs(bundling): add example of using additional esbuild options (#12289)
|
2022-09-28 17:32:33 +00:00 |
|
Jack Hsu
|
7f76ac502f
|
fix(bundling): add missing assets ignore option to @nrwl/esbuild:esbuild (#12288)
|
2022-09-28 13:21:07 -04:00 |
|
Jack Hsu
|
9a57940c6f
|
chore(bundling): cleanup esbuild setup (#12260)
|
2022-09-27 15:43:02 -04:00 |
|
Jack Hsu
|
231429b4d0
|
docs(bundling): add examples for esbuild executor (#12214)
|
2022-09-23 16:23:37 -04:00 |
|
Jack Hsu
|
07ecf39853
|
chore(bundling): disable declaration files for now since the paths need to be remapped (#12195)
|
2022-09-22 15:54:08 -04:00 |
|
Jack Hsu
|
1d89ef0da7
|
feat(bundling): manually set tsconfig for esbuild rather than auto-detecting it (#12194)
|
2022-09-22 18:32:22 +00:00 |
|
Jack Hsu
|
e6d4ec3835
|
feat(bundling): improve watch logging for esbuild (#12193)
|
2022-09-22 18:18:59 +00:00 |
|
Jack Hsu
|
1b06110de1
|
fix(bundling): support type checking when using esbuidl with --watch (#12192)
|
2022-09-22 18:01:57 +00:00 |
|
Jack Hsu
|
9d0d6d0402
|
fix(bundling): set correct rootDir compiler option for type checker (#12182)
|
2022-09-22 13:25:23 +00:00 |
|
Jack Hsu
|
2d84bd3eb4
|
chore(bundling): clean up package.json update function (#12152)
|
2022-09-21 10:53:14 -04:00 |
|
Jack Hsu
|
f1308823c2
|
chore(misc): update esbuild description (#12133)
|
2022-09-20 19:21:10 +00:00 |
|
Victor Savkin
|
6eb4e1f687
|
fix(repo): make esbuild package as non private
|
2022-09-20 12:55:44 -04:00 |
|
Jack Hsu
|
ed7db7c114
|
feat(bundling): add esbuild plugin (#12053)
|
2022-09-20 12:05:58 -04:00 |
|