Commit Graph

15091 Commits

Author SHA1 Message Date
Tobias Koppers 08ecfbbc03 5.72.1 2022-05-10 12:41:31 +02:00
Tobias Koppers ada9c0b3a1
Merge pull request #15802 from webpack/fix-nonce
add NonceRuntimeModule
2022-05-10 12:29:25 +02:00
Ivan Kopeykin ce56e3b61c add NonceRuntimeModule 2022-05-09 21:45:42 +03:00
Tobias Koppers 3ad4fcac25
Merge pull request #15689 from webpack/fix-inmemory-cache
add comments regarding infrastructure logs in tests
2022-04-25 13:32:30 +02:00
Ivan Kopeykin ccf8bf53e2 add comments to infrastructure-log 2022-04-21 11:51:14 +03:00
Tobias Koppers 293e677b35
Merge pull request #15660 from webpack/add-provided-info-tests
fix HarmonyEvaluatedImportSpecifierDependency
2022-04-19 15:06:33 +02:00
Tobias Koppers 0456807b72
Merge pull request #15673 from Semigradsky/replace-dependency
chore(deps): replace `json-parse-better-errors` to `json-parse-even-better-errors`
2022-04-19 14:56:10 +02:00
Tobias Koppers 0791f77b04
Merge pull request #15678 from webpack/remove-infrastructure-log
remove infrastructure-log for big-assets test case
2022-04-19 14:52:46 +02:00
Tobias Koppers 390dd06209
Merge pull request #15681 from webpack/fix-concatenation-with-import-module
fix modules concatenation with importModule usage
2022-04-19 14:49:43 +02:00
Ivan Kopeykin 0d408d1c7f fix modules concatenation with importModule usage 2022-04-19 14:34:00 +03:00
Ivan Kopeykin 61f9f933d8 remove infrastructure-log for big-assets test case 2022-04-18 18:40:45 +03:00
Dmitry Semigradsky ba95d08875 chore(deps): replace `json-parse-better-errors` to `json-parse-even-better-errors` 2022-04-16 15:01:53 +03:00
Ivan Kopeykin 7033f55262 fix exports type usage 2022-04-14 15:53:24 +03:00
Tobias Koppers a72548f970
Merge pull request #15663 from webpack/upgrade-enhanced-resolve
up enhanced-resolve
2022-04-14 08:51:42 +02:00
Ivan Kopeykin 55bebac16a fix HarmonyEvaluatedImportSpecifierDependency 2022-04-13 12:55:09 +03:00
Ivan Kopeykin 68f22ac3ac up enhanced-resolve 2022-04-13 12:46:46 +03:00
Ivan Kopeykin 6eff5de1df add providedInfo test case 2022-04-12 16:01:27 +03:00
Tobias Koppers d3a0f8de03 5.72.0 2022-04-07 14:35:55 +02:00
Tobias Koppers 360373d76e
Merge pull request #15563 from cool-little-fish/fix-12408
fix: hmr module.check api when called with false
2022-04-07 14:20:40 +02:00
Tobias Koppers b9b73c5418
Merge pull request #15634 from webpack/fix/issue-15633
fix ExportsInfo
2022-04-07 12:55:30 +02:00
Ivan Kopeykin 216c3daa4e fix ExportsInfo 2022-04-06 20:15:10 +03:00
Tobias Koppers cb639b3efc
Merge pull request #15624 from webpack/add-warning-when-cache-unaffected-and-concat-modules
throw error when using module concatenation and cacheUnaffected
2022-04-05 08:02:40 +02:00
Tobias Koppers c38caa2d82
Merge pull request #15515 from webpack/feat/concatenate-assets
add asset modules concatenation
2022-04-04 16:04:20 +02:00
Ivan Kopeykin 99a5793ca8 throw error when using module concatenation and cacheUnaffected
optimization.concatenateModules can't be used with cacheUnaffected as module concatenation is a global effect
2022-04-04 15:37:32 +03:00
Ivan Kopeykin 19d1a9384e fix lint and tests 2022-04-04 13:17:46 +03:00
Tobias Koppers 05ebf5bba6
Merge pull request #15617 from DavidTanner/bannerAsFooter
Allow banner to be placed as a footer
2022-04-04 11:27:04 +02:00
Tobias Koppers 2a58ce7883
Merge pull request #15542 from wangjinyang/bugfix/mf-hmr-error
fix hrm error when works with Module federation
2022-04-04 11:25:46 +02:00
Tobias Koppers 07242beec5
Merge branch 'main' into fix-12408 2022-04-04 11:24:52 +02:00
Tobias Koppers a9aa42291d
Merge pull request #15489 from webpack/dx/less-verbose-cache-warnings
make cache warnings caused by build errors less verbose
2022-04-04 11:22:55 +02:00
Tom ceed937ef0 fix: pretty-lint error "RuntimeGlobals.moduleFactories" 2022-04-02 09:00:08 +08:00
Tom 111a7b718d Merge remote-tracking branch 'upstream/main' into bugfix/mf-hmr-error 2022-04-02 08:35:33 +08:00
Tom 53d5a5900e Merge remote-tracking branch 'origin/bugfix/mf-hmr-error' into bugfix/mf-hmr-error 2022-04-02 08:34:50 +08:00
David Tanner 4f2adf9d02
Allow banner to be placed as a footer 2022-04-01 12:29:34 -06:00
Tobias Koppers c2079f7e76 5.71.0 2022-04-01 15:41:22 +02:00
Tobias Koppers 4a0937fdd0
Merge pull request #15578 from webpack/feat/catch-error-in-run-as-child
catch error in runAsChild callback
2022-04-01 15:26:01 +02:00
Tobias Koppers c3f5897df9
Merge pull request #15586 from webpack/bugfix/chunk-load-during-hmr
fix egde case where a HMR chunk is incorrectly downloaded
2022-04-01 15:25:10 +02:00
Tobias Koppers c4f1e4e9f0
Merge pull request #15611 from webpack/bugfix/esm-build-deps
support node.js builtin modules in esm build dependencies
2022-04-01 15:24:16 +02:00
jinyangwang 5afbaf6857
Update lib/container/RemoteRuntimeModule.js
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2022-04-01 21:01:24 +08:00
jinyangwang 69a0c52008
Update lib/container/RemoteRuntimeModule.js
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2022-04-01 21:01:09 +08:00
Tobias Koppers ab40959467 support node.js builtin modules in esm build dependencies 2022-04-01 14:52:53 +02:00
Tobias Koppers e1179bf9bb fix egde case where a HMR chunk is incorrectly downloaded when loading a unchanged chunk during HMR downloading 2022-04-01 14:45:53 +02:00
Tobias Koppers 2c200d1656
Merge pull request #15585 from webpack/refactor/support-context-in-dependency
support context in Dependency
2022-03-28 15:35:50 +02:00
Ivan Kopeykin 3929e688a4 fix discussions 2022-03-28 15:37:52 +03:00
Tobias Koppers ba755330c7 hash source types correctly for caching
nitpicks
2022-03-28 11:31:46 +02:00
Tobias Koppers 129477d11d
Merge pull request #15536 from webpack/fix/issue-15518
fix allDeps list
2022-03-28 09:52:38 +02:00
Tobias Koppers 5d8a9719ca
Merge pull request #15551 from webpack/fix/issue-15545
support arrow function in umd
2022-03-28 09:50:35 +02:00
Tobias Koppers 84aa5cfc91
Merge pull request #15577 from webpack/support-node-prefix-in-build-deps
support node: prefix in esm build dependencies
2022-03-28 09:31:55 +02:00
Ivan Kopeykin 5605e5329a add test case 2022-03-28 08:03:20 +03:00
Ivan Kopeykin cf5fc90082 support context in Dependency 2022-03-25 17:01:48 +03:00
Ivan Kopeykin 449d1786c2 catch error in runAsChild callback 2022-03-23 18:41:16 +03:00