octicon-git-branch(16/) Commit Graph

82 Commits

Author SHA1 Message Date
Igor Randjelovic
81ab0ec7dc chore: webpack updates (#10050) 2022-10-04 22:19:58 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
0556cf9b20 refactor(webpack): use real modules and deprecate virtual modules 2022-07-13 15:25:51 -07:00 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
9c9c831ac0 feat(webpack): allow watching node_modules (#9781) 2022-02-18 13:39:28 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
cb7bd2a401 fix(webpack): exclude other platforms from require.context (#9686)
fixes #9682
2022-02-18 13:37:32 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
a88cacab89 chore(migrate): apps/* to webpack5 (#9606) 2021-12-21 09:47:33 -08:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
5cf948688e chore: update snapshots 2021-12-10 22:32:55 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
e8955b4ed4 chore(release): @nativescript/webpack 5.0.2-alpha.0 2021-11-30 16:53:37 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
57eac49128 chore(webpack5): update snapshots 2021-11-21 18:12:14 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
c26779735f test(webpack): update snapshots 2021-11-10 21:01:09 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
99298331c8 fix(webpack): exclude files starting with _ from require.context (#9596) 2021-10-06 12:49:47 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
5ff85bfae9 fix: include bundle-entry-points by default 2021-09-08 16:12:11 -07:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
3bdc34aec3 refactor(webpack): drop custom flavor helper & explicitly set in each config 2021-09-08 16:07:39 -07:00 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
Eduardo Speroni
093b369b74 fix(webpack5): angular scss rule not ignoring regular scss (#9502)
* fix(webpack5): angular scss rule not ignoring regular scss

* test: angular scss snapshot update
2021-08-09 19:42:45 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
rigor789
5309f2d0a7 fix(webpack): use async type-checking in watch mode 2021-08-03 15:41:49 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
cb91cd8a3f fix(webpack): angular component css handling (#9434)
* feat: use raw-loader for all css but app.s?css

* feat: use angular css rules for entire app dir

Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
2021-08-03 14:37:58 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Adam Bird
0fd53e3abb fix(webpack5): change .d.ts filter regex (#9470) 2021-07-13 15:58:04 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
14edc70336 fix: vue scoped css 2021-07-01 13:50:25 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
2d47cf327b fix: don't exclude node_modules from worker processing 2021-07-01 13:45:57 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Nathan Walker
93843b7b4e feat(webpack): angular12 support & looser dependencies (#9441)
* chore: dep scoping

* chore: carrots for all dep major versions

* chore: dev.1

* chore: use at least min of 5.34 on webpack

* chore: ignore angular warnings

* feat: add hmr support for angular 12

* feat: custom hmr dispose logic for angular 12

* chore: dev.3

* chore: ignore warnings

* chore: dev.4

* chore: ignore ivy compiled warnings

* chore: dev.5

Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
2021-06-08 20:35:21 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
dea18978d5 fix: hmr with runtimeChunk single 2021-06-04 20:29:24 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
69a41eea38 test: update tests and snapshots 2021-06-02 19:07:11 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
a9eed7e4c6 fix(webpack|angular): platform suffixed files printing error when changed 2021-04-15 22:46:34 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
759f05a53a fix(webpack|angular): styleUrls with platform suffixes 2021-04-15 20:51:02 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
4f8522f5d4 refactor: simplify App_Resource exclusions 2021-04-14 15:09:33 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
f053403d8d fix: don't externalize node built-ins 2021-04-14 14:58:44 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Nathanael Anderson
482b7b11f6 fix: use acorn and drop babel-loader by default (#9320) 2021-04-12 11:38:06 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
279b0b1d20 fix: terser options 2021-04-06 15:44:51 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
6afd5a65c3 fix(angular): styleURLs 2021-04-06 15:44:38 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
ca04224906 chore: update snapshots 2021-04-05 15:28:18 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
d8067a553f fix: resolving loaders from non-hoisted deps 2021-04-02 14:53:04 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
fb2c291063 feat: look for loaders in project node_modules first 2021-04-01 17:55:11 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
1025270fad fix: node_module resolution when using relative packages 2021-04-01 17:00:19 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
f7530fe4e1 fix: app-css-loader to look for platform specific app s?css files too 2021-03-30 14:34:30 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
0999d6fe3e feat: app-css-loader & suppress env warning in ng projects 2021-03-29 22:17:29 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
7d5f4a48ac feat: drop webpack-filter-warnings-plugin in favor of built-in ignoreWarnings 2021-03-29 13:59:33 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
0b32d5a88d fix: hmr runtime for core/ts 2021-03-28 23:04:15 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
78ad71db6c test: update snapshots 2021-03-28 19:48:44 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
8855ca4373 chore: HMRRuntime injection (wip) 2021-03-24 17:27:35 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
6cc0ce3d57 feat: core-hmr handling & watch ignore 2021-03-11 23:05:47 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
0353d68781 chore: bump deps & drop clean-webpack-plugin in favor of clean:true 2021-03-09 18:45:28 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
d2abd58174 feat: add worker support 2021-03-07 19:33:52 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
aa0daba6a5 feat: ips helper, ts config, cleanups 2021-03-05 15:34:16 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Igor Randjelovic
73e97116d5 fix: handle appComponents (closes #9126) 2021-03-02 20:11:47 +01:00 octicon-file-diff(16/) octicon-file-code(16/)