Commit Graph

15046 Commits

Author SHA1 Message Date
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
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 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
Ivan Kopeykin 8df4d5c7fb support node: prefix in esm build dependencies 2022-03-23 11:27:37 +03:00
Ivan Kopeykin 806ee08c3f support arrow function in umd 2022-03-18 18:58:50 +03:00
Tobias Koppers 86a8bd9618
Merge pull request #15455 from webpack/feature/support-in-operator
add "in" operator support
2022-03-17 11:17:39 +01:00
Ivan Kopeykin e3de33414a fix allDeps list 2022-03-16 15:32:48 +03:00
Tobias Koppers aca885c4f8
Merge pull request #15481 from webpack/fix/base-uri
add base uri runtime module if chunkLoading=false
2022-03-15 17:03:44 +01:00
Tobias Koppers 5cc3a39109
Merge pull request #15327 from webpack/fix/dont-count-optional-chaining-in-import-specifier
dont count optional chaining in import specifier
2022-03-15 16:56:06 +01:00
Tobias Koppers e184a03f25
Merge pull request #15524 from CommanderRoot/rm-deprecated-substr
fix: Replace deprecated String.prototype.substr()
2022-03-15 15:54:56 +01:00
Tobias Koppers 11ff696b30
Merge pull request #15531 from webpack/fix/evaluate-expression-api
fix `parser.evaluteExpression` api
2022-03-15 15:49:45 +01:00
Ivan Kopeykin b2fc854227 fix parser.evaluteExpression api 2022-03-15 15:37:17 +03:00
Tobias Koppers f43047c4c2
Merge pull request #15002 from TrickyPi/fix-14927
Fix 14927
2022-03-15 11:44:23 +01:00
Tobias Speicher 8f56fcba72
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-13 22:54:18 +01:00
Ivan Kopeykin cb05e419bc handle possible side effect 2022-03-08 14:06:02 +03:00
Ivan Kopeykin bbbe300e3a use global chunkLoading option 2022-03-08 11:10:05 +03:00
Tobias Koppers 770dea1fb4
Merge pull request #15480 from webpack/fix/module-chunk-loading
fix module chunk loading
2022-03-08 08:08:47 +01:00
Tobias Koppers 0d685d4e0b
Merge pull request #15413 from cool-little-fish/fix-15274
fix: use relative path in source map for context module
2022-03-08 08:07:54 +01:00
Tobias Koppers b095e8d138 remove arguments, replace whole expression 2022-03-08 08:02:54 +01:00
Ivan Kopeykin 4fe01b2954 fix asiSafe 2022-03-07 17:57:38 +03:00
Ivan Kopeykin a9cf0d070e fix context 2022-03-07 17:40:27 +03:00
Ivan Kopeykin 26f3a1d21c add base uri runtime module if chunkLoading=false 2022-03-07 12:28:03 +03:00
Ivan Kopeykin cb89fedf8d fix chunk loading 2022-03-07 10:59:04 +03:00
Ivan Kopeykin f9779f1d0c improve dependency 2022-03-04 11:39:51 +03:00
Tobias Koppers 5a26b7c4a9 5.70.0 2022-03-03 15:23:22 +01:00
Tobias Koppers 870fcadfd0
Merge pull request #15423 from webpack/fix/issue-15409
Fix resolving with yield
2022-03-03 14:53:56 +01:00
Tobias Koppers cbfea7605d
Merge pull request #15463 from webpack/fix/add-missing-option
add parserOptions.importMetaContext option
2022-03-03 14:53:13 +01:00
Ivan Kopeykin f51e099a2d add parserOptions.importMetaContext option 2022-03-03 13:22:21 +03:00
Tobias Koppers 75383c93d2
Merge pull request #15454 from webpack/fix/issue-15447
use cache in BannerPlugin
2022-03-03 09:09:44 +01:00
Tobias Koppers b53fe2f630
Merge pull request #15446 from webpack/feature/import-meta-webpack-context
import.meta.webpackContext
2022-03-03 09:07:11 +01:00
Ivan Kopeykin 0fe44700f7 up enhanced-resolve version 2022-03-03 11:06:44 +03:00
Ivan Kopeykin eb5d124150 add "in" operator support 2022-03-02 15:01:35 +03:00
Ivan Kopeykin 12ecab44fc use cache in BannerPlugin 2022-03-01 20:22:07 +03:00
Ivan Kopeykin d3c5d357cc add ImportMetaContextPlugin 2022-03-01 18:11:31 +03:00
Ivan Kopeykin b89f397e3c handle more options 2022-03-01 17:16:49 +03:00
Ivan Kopeykin 005e065fc4 renaming 2022-02-28 22:52:16 +03: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 ee7bf4b3f9 refactor identifier 2022-02-28 15:22:22 +03:00
Ivan Kopeykin 8f4807dcbf fix timestamps 2022-02-28 15:20:44 +03:00