Commit Graph

179 Commits

Author SHA1 Message Date
alexander.akait 68e7c698b1 feat: support `webpackPrefetch` for `new URL(...)` 2024-06-20 18:55:30 +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 0e28b6e359 fix: parse minimized css import 2024-04-23 14:29:13 +08:00
ahabhgk bf2571b957 remove exportsConvention for css 2024-04-20 12:10:56 +08:00
ahabhgk 42160d0232 fix: avoid hash @keyframe and @property in css/global 2024-04-20 11:29:06 +08:00
ahabhgk 3e36ddf74a fix: css should not allowModeSwitch 2024-04-20 11:28:19 +08:00
alexander.akait f3dbf6bc39 feat(css): allow to use default and named export 2024-04-02 16:57:29 +03: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
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 cadae063fa add test and fix node10 2024-02-23 19:40:33 +08:00
ahabhgk d4dc533fc3 feat: support css local ident name 2024-02-22 20:10:45 +08: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
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
alexander.akait 81bd9b4e00 fix: css runtime chunk loading error 2024-01-10 18:43:19 +03:00
Alexander Yamakin ce6b0618ff
Merge branch 'main' into feature-14072 2024-01-09 02:59:32 +03:00
alexander.akait 4809421990 refactor(types): more 2023-06-21 19:00:24 +03:00
Sean Larkin da76b19bf4
Merge pull request #17399 from burhanuday/feat/auto-css-modes
feat: use css/auto as the default css mode
2023-06-21 08:32:24 -07:00
alexander.akait 5a49b861dc fix: runtime for CSS loading 2023-06-21 12:43:08 +03:00
alexander.akait f778bde634 fix: bug with css/auto 2023-06-20 23:40:47 +03:00
Burhanuddin Udaipurwala d2bc40cf73 feat: update regex to match valid css file names 2023-06-19 21:36:01 +05:30
Burhanuddin Udaipurwala d06b22d9b4 feat: use css/auto as default css type 2023-06-18 21:51:48 +05:30
ahabhgk efeb6ed0d6 fix path 2023-06-11 21:33:10 +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 27e95ff3b5
Merge pull request #17229 from webpack/css-empty-import
fix: CSS `@import` parsing edge cases
2023-05-23 14:04:33 -07:00
alexander.akait 055737dc0c refactor(types): more 2023-05-21 23:31:30 +03:00
alexander.akait 79616654c7 test: more 2023-05-19 20:03:58 +03:00
alexander.akait 6b8d4f9f5e fix: improve error reporting 2023-05-19 19:05:14 +03:00
alexander.akait e063ddfbe7 fix: more stricky handle 2023-05-19 17:37:38 +03:00
alexander.akait 94ee6f84a1 fix: error reporting 2023-05-19 15:36:06 +03:00
alexander.akait e15c0bb64b fix: empty CSS `@import` 2023-05-19 14:44:13 +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