Commit Graph

17819 Commits

Author SHA1 Message Date
Sean Larkin de2199c753 5.98.0 2025-02-12 20:11:10 +00:00
Alexander Akait 11449f0217
test: async loaders 2025-02-10 23:24:09 +03:00
alexander-akait 491d7e0d73 chore: deps update 2025-02-10 23:18:43 +03:00
Claudio W 9579f223fc
chore: adopt the new webpack governance model (#18804) 2025-02-10 22:16:40 +03:00
Xiaoyi a1edb20b10
fix: node async wasm loader now use `output.module` to determinate code generation (#19210) 2025-02-10 21:31:21 +03:00
inottn e55b08b9eb
perf: use startsWith for matching instead of converting the string to a regex 2025-02-10 21:06:03 +03:00
hai-x 6e14dbabd7
chore: fix typo (#19205) 2025-02-10 21:04:50 +03:00
Alexander Akait f123ce5090
fix: respect `output.charset` everywhere (#19202) 2025-02-07 07:17:55 +03:00
Alexander Akait af20c7be24
fix: strip `blob:` protocol when public path is `auto` (#19199) 2025-02-06 23:25:59 +03:00
Alexander Akait 80826c5cf2
feat: implement `/* webpackIgnore: true */` for `require.resolve` (#19201) 2025-02-06 21:08:08 +03:00
inottn ac6ffca02d
fix(types): correct BuildInfo and BuildMeta type definitions (#19200) 2025-02-06 16:41:24 +03:00
Alexander Akait 8ac130a2c8
ci: fix 2025-02-06 02:29:38 +03:00
Alexander Akait ddc3782298
perf: optimize assign-depths in compilation 2025-02-05 23:36:38 +03:00
David Michon e83fb236ee (perf) optimize assign-depths 2025-02-05 11:33:07 -08:00
Alexander Akait 4815712a1d
fix: use module ids for final render order 2025-02-05 15:53:35 +03:00
David Michon 40c2a5f419 (test) add case for sort by module ids 2025-02-04 16:05:00 -08:00
David Michon 131d02f8c4 (fix) Use module ids for final render order 2025-02-04 15:21:02 -08:00
Alexander Akait fab79c1b5d
docs: improved readme.md by adding video links for understanding webpack 2025-02-04 23:08:18 +03:00
Alexander Akait a5ad13c092
fix: preserve `filenameTemplate` in new split chunk for `cacheGroups` 2025-02-04 21:24:53 +03:00
Alexander Akait 6ab67fa73b
chore: fixed incorrect typecast in `DefaultStatsFactoryPlugin` 2025-02-04 18:58:14 +03:00
Henry Dineen e401c64833
fix: preserve filenameTemplate in new split chunk 2025-01-31 17:57:30 -05:00
Henry Dineen 4ab682db5f
test: add split-chunks-cache-group-filename to statsCases 2025-01-31 17:57:00 -05:00
Mateusz Burzyński 2d5447ef43
chore: fixed incorrect typecast in `DefaultStatsFactoryPlugin` 2025-01-22 22:51:36 +01:00
Vansh5632 87310da049 Improved readme.md by adding video links for understanding webpack 2024-12-27 12:14:06 +05:30
Alexander Akait 3919c844ec
perf: improve FlagDependencyExportsPlugin for large JSON by depth 2024-12-19 17:55:19 +03:00
alexander.akait a86bff2874 fix: `JsonExportsDependency` cache 2024-12-19 05:07:45 +03:00
Alexander Akait 7701ae4320
fix: mf parse range not compat with safari 2024-12-18 22:02:29 +03:00
Alexander Akait 0f5e896679
chore(deps): bump nanoid from 3.3.7 to 3.3.8 2024-12-18 20:51:06 +03:00
alexander.akait 83ff2426bc fix: mf parse range not compat with safari 2024-12-18 20:50:18 +03:00
hai-x 3de7b0d330 refactor: use `module.parser.json.exportsDepth` 2024-12-14 01:24:31 +08:00
Alexander Akait 964c0315df
fix: should not escape CSS local ident in JS 2024-12-13 18:45:46 +03:00
dependabot[bot] 3d510f05b7
chore(deps): bump nanoid from 3.3.7 to 3.3.8
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 15:01:35 +00:00
Alexander Akait c257b612b3
fix: avoid the deprecation message 2024-12-13 18:00:06 +03:00
alexander.akait d8719cd023 fix: avoid the deprecation message 2024-12-13 17:03:44 +03:00
jserfeng d72ccc1d3b fix: should not escape css local ident in js 2024-12-13 15:27:01 +08:00
hai-x 38df65df32 perf: improve FlagDependencyExportsPlugin for large JSON by depth 2024-12-12 19:57:02 +08:00
alexander.akait 3612d36e44 chore(release): 5.97.1 2024-12-05 17:17:42 +03:00
Alexander Akait eb7ac6f39a
fix: perf regression 2024-12-05 17:01:21 +03:00
Alexander Akait 554be24d3b
fix: sub define key should't be renamed when it's a defined variable 2024-12-04 16:46:47 +03:00
Alexander Akait 5e0e780853
refactor: issue #19030 2024-12-04 15:27:00 +03:00
hai-x 58fb03552c fix: sub define key should't be renamed when it's a defined variable 2024-12-04 20:12:40 +08:00
alexander.akait af1fd12efe perf: regression 2024-12-04 12:23:52 +03:00
Alexander Akait 34f19cbcd9
fix: package.json 2024-12-04 12:20:12 +03:00
alexander.akait 0ec7f5db97 refactor: issue #19030 2024-12-04 12:07:49 +03:00
alexander.akait 5e7b8a23aa fix: `package.json` 2024-12-04 11:57:57 +03:00
Alexander Akait 644f1d1271
refactor: no extra work for CSS unescaping 2024-12-03 14:06:30 +03:00
Alexander Akait a2ad76cd50
refactor: CSS HMR 2024-11-29 21:41:09 +03:00
alexander.akait 8edbc7ce2a refactor: no extra work for CSS unescaping 2024-11-29 21:39:14 +03:00
alexander.akait 9519265998 test: fix 2024-11-29 21:02:42 +03:00
alexander.akait 5e2abae79e test: added 2024-11-29 20:35:09 +03:00