Nathan Walker
e06ca24c9d
feat: css-tree 3.1+ support which includes es module support
2025-08-13 17:28:58 -07:00
Nathan Walker
c934d898b4
feat: source map remapping for runtime stack trace displays
2025-08-02 17:46:33 -07:00
Nathan Walker
3b151177f4
feat(webpack): auto enable commonjs on core < 9 + consider prereleases
2025-07-29 18:08:18 -07:00
Nathan Walker
03dae26d92
feat(webpack): auto enable commonjs when a project is on core < 9
2025-07-25 10:58:09 -07:00
Nathan Walker
41f041e175
chore: note on conditional virtual entry if needed
2025-07-23 13:26:00 -07:00
Nathan Walker
b853447da2
chore: cleanup
2025-07-22 19:06:58 -07:00
Nathan Walker
0ba0ab0d59
chore: working with builder xml require vs dynamic import wip
2025-07-22 14:37:11 -07:00
Nathan Walker
248a85f6e0
chore: cleanup
2025-07-19 01:18:12 -07:00
Nathan Walker
49413e5873
chore: base webpack with ability to switch between esm to commonjs as needed
2025-07-14 08:46:57 -07:00
Nathan Walker
a6279e218f
Merge remote-tracking branch 'origin/main' into refactor/circular-deps-next
2025-07-11 16:37:12 -07:00
Nathan Walker
1ef47301bf
fix(webpack): build with dep updates ( #10762 )
2025-07-11 16:10:32 -07:00
Nathan Walker
cebc78406b
feat(webpack): enable esm modules as default
2025-07-09 22:40:48 -07:00
Nathan Walker
61a83a60c9
feat(nx-cloud): organize workspace caching with improved input/outputs ( #10734 )
2025-04-29 13:25:39 -07:00
Nathan Walker
41ac6d9706
feat(webpack): support @nativescript-community/svelte-native
2025-03-22 18:53:19 -07:00
Nathan Walker
fb57cf3281
feat: Node-API engine support ( #10710 )
2025-02-24 18:28:32 -08:00
Nathan Walker
20fc1cc1d4
feat: apple view filtering ( #10681 )
...
[skip ci]
2025-01-29 16:56:54 -08:00
Jason Cassidy
7b4cb8419c
feat: allow the passing of a bundle suffix ( #10614 )
2024-08-29 09:53:31 -07:00
insytes
0e2db6e586
fix(webpack): union type ( #10575 )
2024-07-06 08:15:01 -07:00
Vladimir Mutafov
779d79285d
feat(core): ability to embed into platform host projects ( #10465 )
2024-07-01 16:47:33 -07:00
farfromrefuge
7036f12b5c
fix(android): prevent error on navigation back after using page transition ( #10439 )
2024-06-28 16:15:40 -07:00
Dimitris-Rafail Katsampas
4abcb216da
feat(android): background color/image handling improvements ( #10451 )
2024-06-28 15:07:10 -07:00
apburgess
b8fff3833e
feat(webpack): allow custom 'projectName' on Xcode project name from config ( #10550 )
2024-06-28 14:43:16 -07:00
Igor Randjelovic
ccee8e8166
fix: detect core version before including inspector_modules on android ( #10520 )
2024-04-16 14:20:14 +02:00
Igor Randjelovic
adb4e9d419
fix(webpack): set exitCode if the configuration failed ( #10327 )
...
fixes #10314
2024-04-15 19:24:59 +02:00
Osei Fortune
5324e508ba
feat(android): devtools for elements & network requests ( #10506 )
2024-04-07 10:27:42 -07:00
Nathan Walker
01d537bf15
feat(visionos): ui-mobile-base supporting xros plus improvements to window handling ( #10478 )
2024-04-05 17:07:16 -07:00
Igor Randjelovic
429328495c
feat(wepback): custom buildPathsupport ( #10477 )
...
Co-authored-by: farfromrefuge <dev@akylas.fr >
2024-01-19 20:23:25 +01:00
Igor Randjelovic
e1e8a10e63
style: fix format
2023-10-09 22:26:23 +02:00
Michael DeGiovanni
0b5393d7bf
fix(webpack): handle single appComponents env flag ( #10401 )
2023-10-09 22:24:57 +02:00
Canmert
0a2b2202f3
fix(testing): e2e flag no longer needed, testID is now applicable in dev or prod builds ( #10396 )
...
- you can now test on development or production with testID set
- for android, this changes testID to use resource id instead of content description
- you no longer need to pass `--env.e2e`. e2e is simply usable if testID is set
- the `testID` property will also set `accessibilityIdentifier` and `accessibilityIdentifier` property will set `testID` only if there is a `testID` already set
2023-10-04 08:49:26 -07:00
Nathan Walker
bbede5d795
feat(visionos): Vision Pro support ( #10392 )
2023-09-28 17:55:40 -07:00
Igor Randjelovic
2cb26c2231
fix(webpack): set keep_quoted_props: true in TerserOptions ( #10382 )
2023-09-14 16:40:11 +02:00
Nathan Walker
7c2938d2ac
chore: TypeScript 5.2 with Nx 16.8.1 ( #10380 )
2023-09-09 08:55:39 -07:00
Nathan Walker
d3a0f2c9a6
chore: TypeScript 5.1 with Nx 16.6 migrations ( #10338 )
2023-08-11 07:09:32 -07:00
Igor Randjelovic
3325b3ec0b
feat(webpack): place hidden sourceMaps in platforms folder ( #10352 )
2023-08-03 22:40:42 +02:00
Eduardo Speroni
0efb84ff44
fix(webpack): force experimentalDecorators on NativeClass ( #10356 )
2023-08-03 22:08:12 +02:00
Eduardo Speroni
dd10bfccc2
feat(webpack): angular 16.1 support ( #10317 )
2023-06-21 16:24:41 +02:00
Eduardo Speroni
9627a80f27
fix(webpack): angular 16 build with terser ( #10302 )
2023-06-06 16:54:25 +02:00
Igor Randjelovic
ebb827fb8e
feat(webpack): support tsconfig.app.json when present ( #10221 )
2023-03-28 16:17:51 +02:00
Igor Randjelovic
6059984555
fix(webpack): notify CLI even if there are compilation errors ( #10141 )
2023-03-28 15:35:46 +02:00
Manuel Roat
6e792fe07d
fix(webpack): fix regex for PlatformSuffixPlugin ( #10169 )
2023-01-20 13:09:45 +01:00
Ruslan Lekhman
f100109e2d
fix(webpack): support angular 15.x ( #10106 )
2022-11-30 14:51:05 +01:00
Eduardo Speroni
42f5dc51c7
fix(webpack): prevent hmr from patching __onLiveSync multiple times ( #10103 )
2022-11-24 12:18:51 +01:00
Igor Randjelovic
59624a4ebe
fix(webpack): make NativeClass transformer backwards compatible
2022-11-14 13:13:06 +01:00
Nathan Walker
7f069a7093
feat: TypeScript 4.8+ support and NativeClass decorator improvements ( #10081 )
2022-11-08 15:18:10 -08:00
Samuel Schultze
59ca35b44b
fix(webpack): close compiler after run ( #10080 )
2022-11-08 22:08:49 +01:00
Igor Randjelovic
81ab0ec7dc
chore: webpack updates ( #10050 )
2022-10-04 22:19:58 +02:00
Igor Randjelovic
a96445f530
fix: revert copy rule glob filter
2022-07-15 19:32:56 +02:00
Igor Randjelovic
e80ec07873
feat(webpack): add --env.stats to disable printing stats
...
primarily used internally by preview-cli
2022-07-13 15:25:51 -07:00
Igor Randjelovic
eedc9c9eb1
fix(webpack): remove copy rules that don't match any files to avoid false watch triggers
2022-07-13 15:25:51 -07:00