Commit Graph

66 Commits

Author SHA1 Message Date
alexander.akait 7298d19d4a refactor: logic 2024-08-12 16:53:44 +03:00
faga fe51e3e48b feat: at_import pathinfo support 2024-08-12 02:17:52 +08:00
alexander.akait 93743d233a refactor: code 2024-08-02 19:32:31 +03:00
alexander.akait 40151be78e refactor: improve code 2024-08-02 19:32:29 +03:00
alexander.akait 312f7ae662 style: improve style of code 2024-08-02 19:32:14 +03:00
alexander.akait 9943f3506a style: improve style of code 2024-08-02 19:32:14 +03:00
alexander.akait 0b745968a2 style: improve style of code 2024-08-02 19:32:14 +03:00
alexander.akait b9d9a5d9ff style: improve style of code 2024-08-02 19:32:14 +03:00
alexander.akait ac0bd21801 style: improve style of code 2024-08-02 19:32:14 +03:00
alexander.akait 500ee96dcb style: improve style of code 2024-08-02 19:32:14 +03:00
alexander.akait a592b62686 style: improve style of code 2024-08-02 19:32:14 +03:00
alexander.akait 423e89b2c7 style: improve style of code 2024-08-02 19:32:13 +03:00
Titouan Mathis 23be8db004
fix: error with contenthash and css experiment
fix #18511
2024-06-18 15:11:04 +02:00
alexander.akait ab3e93b19e style: fix 2024-06-11 16:09:50 +03:00
ahabhgk eb534d5c64 lint 2024-06-10 22:38:22 +08:00
ahabhgk 9ed525550e remove toString 2024-06-10 22:33:46 +08:00
ahabhgk 0b92e07d03 add css render module cache 2024-06-10 22:33:44 +08:00
ahabhgk 3afed0618b fix module rule output path 2024-06-10 22:29:15 +08:00
ahabhgk 4a360f63f5 works for node10 2024-06-10 22:29:15 +08:00
ahabhgk c5617482b7 fix: css url public path 2024-06-10 22:29:15 +08:00
ahabhgk 7ff0a7a13e feat: support css esModule generator options 2024-04-26 14:53:52 +08:00
ahabhgk 3e36ddf74a fix: css should not allowModeSwitch 2024-04-20 11:28:19 +08:00
alexander.akait 8591ba2c6f feat: support prefetch/preload for module chunk format 2024-03-25 15:39:18 +03:00
alexander.akait 2779470f89 fix: enable CSS runtime when chunk format is module 2024-03-21 17:52:57 +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
ahabhgk d4dc533fc3 feat: support css local ident name 2024-02-22 20:10:45 +08:00
ahabhgk d4a5766bbe feat: support css exports convention 2024-02-21 16:00:24 +08:00
ahabhgk 92b33021ff feat: css named exports parser options 2024-01-16 00:23:07 +08:00
Nitin Kumar 412ae5425e chore: udpate prettier to v3 2024-01-14 07:11:34 +05:30
ahabhgk 2715265126 wip 2024-01-12 15:57:52 +08:00
ahabhgk d4b3185ede feat: css/auto 2023-06-10 21:11:23 +08:00
alexander.akait ab47c696a4 refactor(types): more 2023-06-03 20:52:25 +03:00
Sean Larkin 282ed8d0e6
Merge pull request #17140 from webpack/issue-17139
fix: crash with importModule when CSS enabled
2023-05-08 08:46:03 -07:00
alexander.akait 1f8637ce0b fix: crash with importModule when CSS enabled 2023-05-05 16:28:57 +03:00
alexander.akait 2a4725750e fix: bug 2023-05-04 19:47:38 +03:00
alexander.akait 14a9ea55e1 fix: avoid extra inheritance 2023-05-02 00:33:09 +03:00
alexander.akait e5e86206f8 fix: respect inherit for CSS modules 2023-05-01 23:29:18 +03:00
alexander.akait dbca487f47 refactor(types): more types 2023-04-28 22:26:27 +03:00
alexander.akait 0bc0339892 refactor(types): more types 2023-04-28 21:50:41 +03:00
alexander.akait c3e393e7d7 refactor: code 2023-04-26 01:22:09 +03:00
alexander.akait 6b1c23c205 fix: anonymous layer 2023-04-26 00:23:21 +03:00
alexander.akait 16a1a042b6 fix: windows issue 2023-04-25 23:51:01 +03:00
alexander.akait 619e4b9cf6 fix: layer output 2023-04-25 19:34:44 +03:00
alexander.akait 756dd16c53 fix: bugs and improve testing 2023-04-25 19:34:44 +03:00
alexander.akait be3d54d353 fix: implement CSS imports render 2023-04-25 19:34:44 +03:00
alexander.akait 5c8bccaf28 feat: allow to override module in factory 2023-04-25 19:34:44 +03:00
Ivan Kopeykin f1d329cc0e use nonNumericOnlyHash function for contentHash 2022-02-01 20:10:45 +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 713aa3715f fix missing css runtime when only initial css is used 2022-01-13 10:40:53 +01:00