Commit Graph

33 Commits

Author SHA1 Message Date
alexander.akait 68e7c698b1 feat: support `webpackPrefetch` for `new URL(...)` 2024-06-20 18:55:30 +03:00
alexander.akait ab3e93b19e style: fix 2024-06-11 16:09:50 +03:00
ahabhgk 7ff0a7a13e feat: support css esModule generator options 2024-04-26 14:53:52 +08:00
alexander.akait be1d35eb02 fix(types): more 2024-03-18 18:50:56 +03:00
alexander.akait 5967329cd1 feat: support prefetch/preload for CSS 2024-03-14 18:44:49 +03:00
ahabhgk 074fccb38b feat: add css head data compression 2024-03-06 14:29:57 +08:00
ahabhgk c8e9b0f49c fix: use LZW to compress css head meta 2024-03-01 17:15:42 +08:00
alexander.akait 590f8f969d fix: support `fetchPriority` for CSS chunks 2024-02-27 21:39:58 +03:00
alexander.akait 9c2bf0c52e fix: support `__webpack_nonce__` for CSS chunks 2024-02-27 20:27:45 +03:00
ahabhgk 47ce233333 add test 2024-02-21 18:34:40 +08:00
ahabhgk d4a5766bbe feat: support css exports convention 2024-02-21 16:00:24 +08:00
ahabhgk 2360e3a623 fix: clean up export css local vars 2024-02-18 20:53:14 +08:00
Nitin Kumar 412ae5425e chore: udpate prettier to v3 2024-01-14 07:11:34 +05:30
alexander.akait 81bd9b4e00 fix: css runtime chunk loading error 2024-01-10 18:43:19 +03:00
alexander.akait 4809421990 refactor(types): more 2023-06-21 19:00:24 +03:00
alexander.akait 5a49b861dc fix: runtime for CSS loading 2023-06-21 12:43:08 +03:00
alexander.akait ab47c696a4 refactor(types): more 2023-06-03 20:52:25 +03:00
alexander.akait dbca487f47 refactor(types): more types 2023-04-28 22:26:27 +03:00
chenjiahan be6391514f fix: crossOriginLoading anonymous not work when loading styles 2023-04-07 10:46:48 +08:00
Ivan Kopeykin 8729f2e787 set crossOrigin=use-credentials without origin check 2022-04-08 15:53:28 +03:00
Ivan Kopeykin b531eb629f fix types 2022-02-08 21:48:57 +03:00
Tobias Koppers 1489b91a98 allow to generate only exports for css in node
add more options to the DeterministicModuleIdsPlugin to allow to opt-in into a fixed mode

optimize module iterations for module id assignment
2022-01-19 15:17:01 +01:00
Tobias Koppers 3edda4d5f9 fix css hmr edge cases
insert css into old location
only look for rel="stylesheet" tags
2022-01-14 11:11:06 +01:00
Tobias Koppers ccd42408eb fix css hmr support 2022-01-13 15:29:22 +01:00
Tobias Koppers 713aa3715f fix missing css runtime when only initial css is used 2022-01-13 10:40:53 +01:00
Tobias Koppers 54fff4dd0a add support for `@keyframes`, `animation`, CSS Variables 2021-12-16 20:42:44 +01:00
Tobias Koppers bdd5d3d9d3 add uniqueName for css module classes 2021-12-15 16:46:13 +01:00
Tobias Koppers 5676030623 improve css exports transfer format for the common case 2021-12-15 15:27:11 +01:00
Tobias Koppers 453e5cac05 add support for :export {} block 2021-12-14 16:21:32 +01:00
Tobias Koppers b9c6691ff5 bugfixes, external assets 2021-12-03 16:23:09 +01:00
Tobias Koppers fe001307e5 use comma instead of space
test dev mode too
2021-12-03 08:47:25 +01:00
Tobias Koppers 110e8044dc add test case 2021-12-03 08:47:06 +01:00
Tobias Koppers 77b5589c1a css generation and hmr 2021-12-03 08:46:22 +01:00