Commit Graph

14993 Commits

Author SHA1 Message Date
Gunnlaugur Þór Briem 30275fc9ae address cspell lint violations 2022-03-04 13:14:42 +00:00
Gunnlaugur Thor Briem 0f41dd1c1b
Merge branch 'main' into wasm-bindgen-example 2022-03-02 13:47:16 +00:00
Tobias Koppers bb0fdc9191
Merge pull request #15405 from webpack/fix/issue-15206
keep hmr update with output.clean=true
2022-02-28 16:35:24 +01:00
Ivan Kopeykin 8f4807dcbf fix timestamps 2022-02-28 15:20:44 +03:00
Tobias Koppers d77b8dd01e
Merge pull request #14857 from webpack/fix-14839
fix asset module hash
2022-02-28 12:42:35 +01:00
Tobias Koppers 936fa78495 avoid hasing the default encoding 2022-02-28 09:45:00 +01:00
Tobias Koppers d2c52cb79d
Merge pull request #15354 from aleen42/proxy
support using proxy sockets within HttpUrlPlugin
2022-02-28 09:41:40 +01:00
Tobias Koppers 1f0266b266
Merge pull request #15435 from webpack/fix/issue-14974
fix HarmonyAcceptImportDependency
2022-02-28 08:41:02 +01:00
Tobias Koppers 00c57ede11
Merge pull request #15436 from webpack/fix/issue-14805
fix ProgressPlugin log
2022-02-28 08:39:35 +01:00
Tobias Koppers 0ad1724a31
Merge pull request #15449 from webpack/fix/types
fix module types
2022-02-28 08:25:15 +01:00
Tobias Koppers 90c1c8adff
Merge pull request #15437 from webpack/fix/issue-11871
fix imports order
2022-02-28 08:17:26 +01:00
Ivan Kopeykin 1e6939bbae fix module types 2022-02-27 09:24:49 +03:00
Aleen f05009b698 support to specify the `buildHttp.proxy` for `HttpUrlPlugin` 2022-02-26 23:20:36 +08:00
Aleen 8524b28c6c support using proxy sockets within HttpUrlPlugin 2022-02-26 23:18:50 +08:00
Ivan Kopeykin 1485eb51b9 keep hmr update with output.clean=true based on timestamp 2022-02-26 15:28:33 +03:00
Ivan Kopeykin 7c5e3538aa fix test execution on Node.js 10 2022-02-25 08:36:42 +03:00
Ivan Kopeykin 8e6f006f20 fix imports order 2022-02-24 18:27:56 +03:00
Ivan Kopeykin fe1350a7a2 use beforeRun hook for handle 0 2022-02-24 18:18:12 +03:00
Ivan Kopeykin a9ada9f919 fix ProgressPlugin log 2022-02-23 16:01:47 +03:00
Ivan Kopeykin ac1a5139a8 fix HarmonyAcceptImportDependency 2022-02-23 14:58:25 +03:00
Tobias Koppers 4abf353fbc
Merge pull request #15430 from webpack/fix/use-correct-chunkgraph
use correct chunkgraph in runtime module
2022-02-23 09:40:39 +01:00
Ivan Kopeykin 8de7ec405c use correct chunkgraph in runtime module 2022-02-22 15:32:28 +03:00
Tobias Koppers 8d509e37a4
Merge pull request #15389 from webpack/refactor/use-infrastructure-log-file
refactoring: use infrastructure-log file
2022-02-22 12:31:05 +01:00
Tobias Koppers 378d8c8ce5
Merge pull request #15404 from webpack/fix/issue-15401
disallow global renaming in NodeStuffPlugin
2022-02-22 12:30:44 +01:00
Tobias Koppers 15f8ba45c8 nitpick 2022-02-22 12:27:50 +01:00
Tobias Koppers 224964601d improve hashing 2022-02-22 12:23:24 +01:00
Ivan Kopeykin 82a0f2add6 fix renaming 2022-02-22 13:37:58 +03:00
Tobias Koppers 5a446d81e3 Merge branch 'main' into fix-14839 2022-02-22 11:12:13 +01:00
Tobias Koppers 500c74a1d7 Merge branch 'main' into refactor/use-infrastructure-log-file 2022-02-22 11:03:53 +01:00
Tobias Koppers 45e8873ca6
Merge pull request #15397 from webpack/add-normal-module-types
add NormalModuleFactory hooks types
2022-02-22 10:48:38 +01:00
Tobias Koppers 9d56890ee4
Merge pull request #15424 from webpack/fix/issues-15172
add `baseUri` entry option
2022-02-22 10:45:49 +01:00
Tobias Koppers 90e5c4a833
Merge pull request #15426 from webpack/fix/issues-15360
fix node version for browserslist
2022-02-22 10:26:01 +01:00
Tobias Koppers 49dab4cc5e add semicolon 2022-02-22 09:54:35 +01:00
Ivan Kopeykin 9db496b66c fix node version for browserslist 2022-02-21 18:35:47 +03:00
Ivan Kopeykin 2665fb118c add baseUri entry option 2022-02-21 16:23:47 +03:00
Tobias Koppers dfdc8b133d 5.69.1 2022-02-17 14:46:18 +01:00
Tobias Koppers dd53923cd0 Revert "Merge pull request #15332 from webpack/fix/context-resolve-issue-11335"
This reverts commit 89c92bf0d3, reversing
changes made to a28af55ca1.
2022-02-17 14:43:51 +01:00
Ivan Kopeykin 261a73e18e disallow global renaming in NodeStuffPlugin 2022-02-16 11:15:19 +03:00
Ivan Kopeykin c09d86961d add NormalModuleFactory hooks types 2022-02-15 18:25:44 +03:00
Tobias Koppers 9d21401151 5.69.0 2022-02-15 13:33:43 +01:00
Tobias Koppers ba4e83c3a9
Merge pull request #15373 from webpack/fix/issue-14907
if cache pack is too big, we should batch writing
2022-02-15 13:33:08 +01:00
Ivan Kopeykin 7badefda01 remove big assets case from allowlist 2022-02-15 13:26:56 +01:00
Tobias Koppers 06c8b81531 Merge remote-tracking branch 'origin/main' into fix/issue-14907 2022-02-15 13:26:51 +01:00
Tobias Koppers 4a53e9af65 limit writes to
* chunks of 511MiB and
* total of 2GiB
2022-02-15 10:28:18 +01:00
Ivan Kopeykin 157b420a1e use infrastructure-log file 2022-02-15 09:08:02 +03:00
Tobias Koppers 18c3590b28
Merge pull request #15315 from webpack/fix/issue-13022
update topLevelDeclarations for ConcatenatedModule
2022-02-14 14:46:43 +01:00
Tobias Koppers 4edf949da3
Merge pull request #15370 from webpack/fix/partial-15366
fix cache invalidation in HttpUriPlugin
2022-02-14 14:44:31 +01:00
Ivan Kopeykin 02332b9c3d Merge branch 'main' into fix/partial-15366
# Conflicts:
#	test/ConfigCacheTestCases.longtest.js
2022-02-14 15:46:31 +03:00
Tobias Koppers f52b8c572c
Merge pull request #14757 from webpack/fix-14755
use real loader path
2022-02-14 13:43:37 +01:00
Tobias Koppers 896efde07d
Merge pull request #15367 from webpack/fix/issues-15214
fix ExportsInfo
2022-02-14 13:26:29 +01:00