Commit Graph

31 Commits

Author SHA1 Message Date
Eduardo Speroni
42f5dc51c7 fix(webpack): prevent hmr from patching __onLiveSync multiple times (#10103) 2022-11-24 12:18:51 +01:00
Igor Randjelovic
5a00438321 fix(hmr): emit boot log at boot instead of the 1st livesync 2022-07-13 15:25:37 -07:00
Igor Randjelovic
91d2c57ea0 feat(webpack): emit hrm boot status 2022-07-13 15:24:43 -07:00
Igor Randjelovic
33ab7d27b7 refactor(webpack): use global require for checking hmr chunks 2022-07-13 15:23:56 -07:00
Igor Randjelovic
151d6e8c85 fix(webpack): xml-namespace-loader incorrect dependency mapping (#9780) 2022-03-03 09:38:27 +01:00
Igor Randjelovic
a88cacab89 chore(migrate): apps/* to webpack5 (#9606) 2021-12-21 09:47:33 -08:00
Ian MacDonald
1ceea571e4 fix(webpack): using multiple workers in a single file 2021-09-29 19:22:21 +02:00
Igor Randjelovic
a18c10c1a8 refactor: rename loader 2021-06-08 20:43:39 +02:00
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
Igor Randjelovic
dea18978d5 fix: hmr with runtimeChunk single 2021-06-04 20:29:24 +02:00
Igor Randjelovic
bfd50f27c7 chore: use relative import for app.s?css 2021-03-30 23:52:03 +02:00
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
Igor Randjelovic
0999d6fe3e feat: app-css-loader & suppress env warning in ng projects 2021-03-29 22:17:29 +02:00
Igor Randjelovic
c922e77129 style: run prettier on webpack5 files 2021-03-29 01:24:23 +02:00
Igor Randjelovic
6dc0c7e285 chore: clean up HMR runtime 2021-03-28 19:39:22 +02:00
Igor Randjelovic
b2a636e307 chore: clean up old WatchStateLoggerPlugin 2021-03-26 23:20:27 +01:00
Igor Randjelovic
b7da9d573f chore: cleanup 2021-03-26 22:58:49 +01:00
Igor Randjelovic
75e6009b8a chore: implement basic devServer 2021-03-26 22:16:36 +01:00
Igor Randjelovic
8855ca4373 chore: HMRRuntime injection (wip) 2021-03-24 17:27:35 +01:00
Igor Randjelovic
6cc0ce3d57 feat: core-hmr handling & watch ignore 2021-03-11 23:05:47 +01:00
Igor Randjelovic
d2abd58174 feat: add worker support 2021-03-07 19:33:52 +01:00
Igor Randjelovic
7b24dc7a80 chore: cleanup loaders 2021-03-02 22:01:29 +01:00
Igor Randjelovic
6e0407e5e8 fix: xml namespace loader test 2020-11-28 21:35:51 +01:00
Igor Randjelovic
5b182c0d5f feat: ported xml-namespace-loader 2020-11-28 21:26:16 +01:00
Igor Randjelovic
86a46b46cd fix: svelte and css2json-loader 2020-11-23 19:13:45 +01:00
Igor Randjelovic
9053cb6688 test: add merge tests 2020-11-22 16:52:33 +01:00
Igor Randjelovic
2f5cd2bb85 feat: apply-css-loader hmr code 2020-11-22 16:05:30 +01:00
Igor Randjelovic
46853d2c83 feat: external config loading
+refactor many pieces
2020-11-21 13:34:09 +01:00
Igor Randjelovic
b1bc2640db refactor: improve css2json and apply-css loaders
optimize vendor chunks
2020-11-20 22:49:53 +01:00
Igor Randjelovic
288444c05c feat: css loading 2020-11-20 19:56:54 +01:00
Igor Randjelovic
49a47fef2a feat(webpack5): initial project files 2020-11-14 12:07:56 +01:00