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 |
|
Jack Hsu
|
47c671cc4c
|
fix(bundling): pass tsConfig from project when --bundle=false so the correct file is applied (#16006)
|
2023-03-31 11:12:38 -04:00 |
|
Juri Strumpflohner
|
ae69ec9dc8
|
fix(bundling): sourcemaps setting (#15981)
|
2023-03-30 11:23:46 -04:00 |
|
Craigory Coppola
|
6834b658f7
|
fix(nx-plugin): allow some customization when running nx-plugins (#15438)
|
2023-03-21 18:35:55 -04:00 |
|
Jack Hsu
|
7ebca5107e
|
feat(bundling): add for esbuild to enable/disable package.json generation (#15777)
|
2023-03-21 08:48:16 -04:00 |
|
Jack Hsu
|
7d9352eb1a
|
fix(bundling): respect --sourcemap option for esbuild (#15778)
|
2023-03-20 16:46:58 -04:00 |
|
Colum Ferry
|
361ddb1b0f
|
feat(js): move buildable libs to js (#15558)
|
2023-03-09 16:36:50 -05:00 |
|
Binyamin Yawitz
|
a7738caa70
|
fix(node) executor bug on Windows (#15368)
|
2023-03-02 20:05:36 -06:00 |
|
Jason Jean
|
92610fe4b6
|
chore(repo): update nx to 15.8.0-beta.7 (#15293)
|
2023-02-27 17:24:06 -05:00 |
|
Jack Hsu
|
17e6bdedc7
|
fix(bundling): allow transitive external packages to be specified tha… (#15289)
|
2023-02-27 09:52:06 -07:00 |
|
Jason Jean
|
84fedf36e0
|
Revert "chore(repo): update nx to 15.8.0-beta.6" (#15274)
|
2023-02-26 12:39:15 -05:00 |
|
Jason Jean
|
3c50474f40
|
chore(repo): update nx to 15.8.0-beta.6 (#15247)
|
2023-02-26 02:26:53 -05:00 |
|
Jack Hsu
|
a45d52e9e6
|
fix(node): support custom import paths based on tsconfig when building node apps (#15154)
|
2023-02-21 12:49:49 -05:00 |
|
Jack Hsu
|
40007a1d53
|
feat(node): add support for workspace libs when not bundling (#15069)
|
2023-02-17 17:56:55 +00:00 |
|
Leosvel Pérez Espinosa
|
3a98c6d3ab
|
feat(misc): support ts 4.9 (#14899)
|
2023-02-17 17:23:05 +00:00 |
|
Nicholas Cunningham
|
ba19dc00ac
|
fix(js): remove plugins from esbuild will be done as a feature (#14997)
|
2023-02-14 18:55:30 -05:00 |
|
Jack Hsu
|
0f8faa249b
|
fix(node): use correct main entry file extension based on project config (#14894)
|
2023-02-09 12:43:00 -05:00 |
|
Jack Hsu
|
2d566593c0
|
fix(bundling): support additionalEntryPoints properly (#14773)
|
2023-02-02 13:20:18 -05:00 |
|
Jack Hsu
|
2f4f0f0ab2
|
fix(bundling): combine user-defined external esbuild options with ours (#14755)
|
2023-02-01 14:29:13 -07:00 |
|
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 |
|