244 Commits

Author SHA1 Message Date
02f106a617 release: @nativescript/webpack 5.0.14 2023-03-28 18:36:37 +02:00
ebb827fb8e feat(webpack): support tsconfig.app.json when present (#10221) 2023-03-28 16:17:51 +02:00
6059984555 fix(webpack): notify CLI even if there are compilation errors (#10141) 2023-03-28 15:35:46 +02:00
497b2d737e chore: Nx 15.6, jest latest and TypeScript 4.9 (#10191) 2023-01-30 19:17:49 -08:00
30a9b8f5a4 release: @nativescript/webpack 5.0.13 2023-01-20 13:14:17 +01:00
6e792fe07d fix(webpack): fix regex for PlatformSuffixPlugin (#10169) 2023-01-20 13:09:45 +01:00
afca7fe372 chore(release): @nativescript/webpack 5.0.12 2022-11-30 14:57:23 +01:00
f100109e2d fix(webpack): support angular 15.x (#10106) 2022-11-30 14:51:05 +01:00
55f3033471 chore(release): @nativescript/webpack 5.0.11 2022-11-24 12:59:08 +01:00
42f5dc51c7 fix(webpack): prevent hmr from patching __onLiveSync multiple times (#10103) 2022-11-24 12:18:51 +01:00
4494b9c99b chore(release): @nativescript/webpack 5.0.10 2022-11-14 13:14:16 +01:00
59624a4ebe fix(webpack): make NativeClass transformer backwards compatible 2022-11-14 13:13:06 +01:00
7f069a7093 feat: TypeScript 4.8+ support and NativeClass decorator improvements (#10081) 2022-11-08 15:18:10 -08:00
59ca35b44b fix(webpack): close compiler after run (#10080) 2022-11-08 22:08:49 +01:00
a162901f8c chore(release): @nativescript/webpack 5.0.9 2022-10-06 13:19:44 +02:00
81ab0ec7dc chore: webpack updates (#10050) 2022-10-04 22:19:58 +02:00
e97eb04cfd chore(webpack): update webpack deps for react-nativescript (#10045) 2022-10-04 20:49:58 +02:00
1bf6d120ed chore(release): @nativescript/webpack 5.0.8 2022-07-26 01:17:11 +02:00
9553afb0ad chore(release): @nativescript/webpack 5.0.8-alpha.3 2022-07-15 19:38:12 +02:00
a96445f530 fix: revert copy rule glob filter 2022-07-15 19:32:56 +02:00
851c43ff43 chore(release): @nativescript/webpack 5.0.8-alpha.2 2022-07-13 15:26:04 -07:00
e80ec07873 feat(webpack): add --env.stats to disable printing stats
primarily used internally by preview-cli
2022-07-13 15:25:51 -07:00
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
fefac9f554 feat(webpack): allow disabling nativescriptLibPath warning with a boolean 2022-07-13 15:25:51 -07:00
0556cf9b20 refactor(webpack): use real modules and deprecate virtual modules 2022-07-13 15:25:51 -07:00
5a00438321 fix(hmr): emit boot log at boot instead of the 1st livesync 2022-07-13 15:25:37 -07:00
c450d0ad2a chore: bump deps 2022-07-13 15:25:19 -07:00
91d2c57ea0 feat(webpack): emit hrm boot status 2022-07-13 15:24:43 -07:00
a6d19e9716 wip: watchstate plugin adjustments 2022-07-13 15:23:56 -07:00
33ab7d27b7 refactor(webpack): use global require for checking hmr chunks 2022-07-13 15:23:56 -07:00
c9f77a0a22 fix(webpack): NativeClass decorator should run after angular transformers in AOT mode (#9908) 2022-07-09 10:09:43 -07:00
97a21bb0d7 fix(webpack): unit test runner with node 18+ (#9952) 2022-07-09 10:09:43 -07:00
bc8f15580b chore: typescript 4.7.3 2022-07-09 09:02:45 -07:00
698052230b chore: nx migrate latest 2022-07-09 09:02:45 -07:00
35b8985282 chore(release): @nativescript/webpack 5.0.7 2022-07-01 12:11:58 +02:00
c2d554bf02 fix(webpack): pin vue-loader version to the latest working version 2022-07-01 12:10:23 +02:00
d452dc139e chore(release): @nativescript/webpack 5.0.6 2022-03-08 23:53:50 +01:00
6631391437 Merge branch 'master' into release/8.2.0 2022-03-08 14:36:47 -08:00
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
fa4a270e13 chore(release): @nativescript/webpack 5.0.5 2022-03-08 13:18:28 +01:00
d2f166b832 Merge remote-tracking branch 'origin/master' into release/8.2.0 2022-03-04 15:00:11 -08:00
028bfc4f1c chore(release): @nativescript/webpack 5.0.5-rc.0 2022-03-03 13:04:07 +01:00
af4b7e3b33 feat: support webpack profiling (#9804)
Co-authored-by: Martin Guillon <martin.guillon@akylas.fr>
2022-03-03 10:22:28 +01:00
151d6e8c85 fix(webpack): xml-namespace-loader incorrect dependency mapping (#9780) 2022-03-03 09:38:27 +01:00
774d0533da chore: update workspace dependencies 2022-03-01 12:32:38 -08:00
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
9c9c831ac0 feat(webpack): allow watching node_modules (#9781) 2022-02-18 13:39:28 +01:00
61ff7e4762 feat(webpack): read nativescript.config.ts main if set before fallback to package.json (#9769)
implements #9658

BREAKING CHANGES:

Possibly breaking if a project has a main field set in the nativescript.config.ts - since after this lands, this value will be used instead of package.json main.

The impact is likely very small, the steps to migrate:

    (Option A) remove main from nativescript.config.ts if set
    (Option B) update main to the correct path in nativescript.config.ts if set incorrectly
2022-02-18 13:39:04 +01:00
cb7bd2a401 fix(webpack): exclude other platforms from require.context (#9686)
fixes #9682
2022-02-18 13:37:32 +01:00
d8d624a154 chore(release): @nativescript/webpack 5.0.4 2021-12-23 22:49:18 +01:00