Commit Graph

154 Commits

Author SHA1 Message Date
Nathan Walker
591ec958c9 feat(webpack): consider prereleases in runtime detection for commonjs auto-fallback 2025-08-28 12:37:02 -07:00
Nathan Walker
e9d3219db2 feat(webpack): auto fallback to commonjs via runtime detection 2025-08-28 12:15:56 -07:00
Nathan Walker
9cce7578bd fix: automated tests 2025-08-23 20:37:59 -07:00
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
cebc78406b feat(webpack): enable esm modules as default 2025-07-09 22:40:48 -07:00
Jason Cassidy
7b4cb8419c feat: allow the passing of a bundle suffix (#10614) 2024-08-29 09:53:31 -07:00
Dimitris-Rafail Katsampas
4abcb216da feat(android): background color/image handling improvements (#10451) 2024-06-28 15:07:10 -07:00
Igor Randjelovic
ccee8e8166 fix: detect core version before including inspector_modules on android (#10520) 2024-04-16 14:20:14 +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
Igor Randjelovic
3325b3ec0b feat(webpack): place hidden sourceMaps in platforms folder (#10352) 2023-08-03 22:40:42 +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
Ruslan Lekhman
f100109e2d fix(webpack): support angular 15.x (#10106) 2022-11-30 14:51:05 +01:00
Igor Randjelovic
0556cf9b20 refactor(webpack): use real modules and deprecate virtual modules 2022-07-13 15:25:51 -07:00
Eduardo Speroni
c9f77a0a22 fix(webpack): NativeClass decorator should run after angular transformers in AOT mode (#9908) 2022-07-09 10:09:43 -07:00
Nathan Walker
8be543bcc7 feat: testID property for use with e2e testing without interfering with a11y (#9793)
* fix(android): nested frames were sometimes not recreated (#9748)

Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>

* feat: testID property for use with e2e testing without interfering with a11y

* feat: better testID support along a11y

wip

* fix: make sure we have a defined id

* feat: --env.e2e to enable testID

* chore: return if using testID

* chore: cleanup

Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2022-03-08 23:25:05 +01:00
Igor Randjelovic
af4b7e3b33 feat: support webpack profiling (#9804)
Co-authored-by: Martin Guillon <martin.guillon@akylas.fr>
2022-03-03 10:22:28 +01:00
François KLINGLER
4fa51b6064 feat(webpack): add support for .mjs files (#9747)
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2022-02-18 13:58:44 +01:00
Igor Randjelovic
9c9c831ac0 feat(webpack): allow watching node_modules (#9781) 2022-02-18 13:39:28 +01:00
Igor Randjelovic
cb7bd2a401 fix(webpack): exclude other platforms from require.context (#9686)
fixes #9682
2022-02-18 13:37:32 +01:00
Igor Randjelovic
965ccb4aec fix(webpack): typescript imports in non-ts projects (#9714) 2021-12-23 22:48:00 +01:00
Eduardo Speroni
0df5aa9712 feat(webpack): disable aot flag, optional angular dep and tsconfig utils (#9711)
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2021-12-22 20:54:17 +01:00
Igor Randjelovic
a88cacab89 chore(migrate): apps/* to webpack5 (#9606) 2021-12-21 09:47:33 -08:00
Eduardo Speroni
fae6582a61 fix(webpack): prepend NativeClass transformer in angular config (#9698)
This fixes angular JIT compilation
2021-12-10 22:31:05 +01:00
Eduardo Speroni
c68f40f871 feat(webpack): support NG 13 and zone async/await (#9676)
* feat(webpack): support NG 13 and zone async/await

* chore: cleanup

* chore: remove require.resolve and update snapshots

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2021-11-30 16:51:34 +01:00
Eduardo Speroni
05082b1aec fix(webpack5): include hmr handling only when enabled (#9685)
* fix(webpack): respect hmr flag

* fix(webpack): ensure correct loader order is used

* chore: cleanup

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2021-11-29 17:55:10 +01:00
halfnelson
78e9c17be3 fix(webpack): map 'svelte' to 'svelte/internal' to avoid forced ssr (#9627) 2021-10-29 12:32:56 +02:00
Igor Randjelovic
99298331c8 fix(webpack): exclude files starting with _ from require.context (#9596) 2021-10-06 12:49:47 +02:00
Igor Randjelovic
5ff85bfae9 fix: include bundle-entry-points by default 2021-09-08 16:12:11 -07:00
Igor Randjelovic
97dda95024 feat(webpack): try resolving compiler, but don't fail if not found 2021-09-08 16:07:39 -07:00
Igor Randjelovic
3bdc34aec3 refactor(webpack): drop custom flavor helper & explicitly set in each config 2021-09-08 16:07:39 -07:00
farfromrefuge
dd5f24a737 feat(core): make css parsers tree-shakable (#9496) 2021-09-08 16:07:38 -07:00
Igor Randjelovic
9f807ef7e1 feat(webpack): use svelte-loader and fallback to svelte-loader-hot
Allows running older projects
2021-08-11 12:30:12 +02:00
farfromrefuge
59d9271bce feat(webpack): improved svelte HMR (#9497)
* update svelte config to use svelte-loader

* handle null config

* fix: worker support in .svelte files & update snapshots

* fix after merge

Co-authored-by: halfnelson <dpershouse@gmail.com>
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2021-08-11 11:42:53 +02:00