781f338524
chore: finish file handle impl
2022-03-07 15:44:41 -04:00
11801790ae
chore: clean up
2022-03-07 13:07:50 -04:00
2fa6b4bd79
Update a_sync.rs
2022-03-07 13:02:12 -04:00
be1d384180
chore: clean up
2022-03-07 13:01:20 -04:00
e4a5032c56
chore: clean up
2022-03-07 12:55:28 -04:00
ec908bc8eb
Merge branch 'master' into feat/node-fs
2022-03-06 11:37:18 -08:00
f75000cc28
feat: node fs impl
2022-03-06 03:09:36 -04:00
028bfc4f1c
chore(release): @nativescript/webpack 5.0.5-rc.0
5.0.5-rc.0-webpack
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
d3674de882
feat: allow better tree shaking ( #9798 )
2022-03-01 12:34:28 -08:00
0a7318f430
chore: update feature_request template labels
2022-02-20 16:13:57 +01: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
1601caff4e
chore: fix typo in moduleid-compat-loader.js ( #9776 )
...
occurences -> occurrences
2022-02-16 16:07:43 +01:00
980eb213f9
chore: update envinfo command
2022-02-02 14:34:34 +01:00
aa0180c3f1
Update bug_report.yaml
2022-02-02 14:54:32 +13:00
0634b8af05
chore: update license type badge ( #9717 )
2022-01-23 09:02:21 -08:00
c6bfc05bb7
chore(core): fix typo in timer readme.md ( #9634 )
2021-12-23 15:03:11 -08:00
d8d624a154
chore(release): @nativescript/webpack 5.0.4
5.0.4-webpack
2021-12-23 22:49:18 +01:00
965ccb4aec
fix(webpack): typescript imports in non-ts projects ( #9714 )
2021-12-23 22:48:00 +01:00
6ca3d353ea
chore(release): @nativescript/webpack 5.0.3
5.0.3-webpack
2021-12-22 21:01:30 +01:00
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
9c6c84b107
chore: nx migrate latest ( #9709 )
2021-12-21 18:24:24 -08:00
a88cacab89
chore(migrate): apps/* to webpack5 ( #9606 )
2021-12-21 09:47:33 -08:00
04c0f8783d
chore: fix bug report template
2021-12-15 22:11:43 +01:00
c2f8739593
chore: fix feature request template
2021-12-15 22:11:25 +01:00
80d92dbc5b
chore(release): @nativescript/webpack 5.0.2-alpha.1
5.0.2-alpha.1-webpack
2021-12-10 22:43:52 +01:00
98954ede5d
Merge branch 'webpack/5.0.x'
2021-12-10 22:41:09 +01:00
00a5b5bc7d
chore: update snapshots
2021-12-10 22:39:55 +01:00
efaa0e52d2
chore(release): @nativescript/webpack 5.0.2
5.0.2-webpack
2021-12-10 22:38:43 +01:00
3c1264dcef
fix(webpack): prepend NativeClass transformer in angular config ( #9698 )
...
This fixes angular JIT compilation
2021-12-10 22:35:02 +01:00
5cf948688e
chore: update snapshots
2021-12-10 22:32:55 +01:00
fae6582a61
fix(webpack): prepend NativeClass transformer in angular config ( #9698 )
...
This fixes angular JIT compilation
2021-12-10 22:31:05 +01:00
e72980c85b
chore: add WebView disableZoom typing
2021-12-04 22:52:51 -04:00
e8955b4ed4
chore(release): @nativescript/webpack 5.0.2-alpha.0
2021-11-30 16:53:37 +01:00
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
37cc612263
types: cli and hooks types for config ( #9625 )
2021-11-29 19:17:43 +01:00
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
57eac49128
chore(webpack5): update snapshots
2021-11-21 18:12:14 +01:00
bbd2aa9540
chore(webpack5): update react-refresh ( #9675 )
2021-11-21 17:51:12 +01:00
fa47eb47ff
chore: disable blank issues
2021-11-15 12:20:19 +01:00
410a94dcdf
chore(issue-forms): add unique id to checkboxes
2021-11-15 12:14:57 +01:00
c0fdc61a94
chore(issue-forms): add id to checkboxes
2021-11-15 12:14:32 +01:00
e57a9bdedb
chore: enable blank issues temporarily
2021-11-13 18:28:29 +01:00
1b0414c6ae
chore(release): @nativescript/webpack 5.0.1
5.0.1-webpack
2021-11-10 21:02:34 +01:00
c26779735f
test(webpack): update snapshots
2021-11-10 21:01:09 +01:00
002ecc379f
chore: grammar and typos in .md files ( #9632 )
2021-11-02 12:28:27 -07:00