Commit Graph

4720 Commits

Author SHA1 Message Date
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 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
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
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 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 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
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 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 f9779f1d0c improve dependency 2022-03-04 11:39:51 +03: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
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 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
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
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 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
Ivan Kopeykin 2764e91b76 import.meta.webpackContext 2022-02-26 23:26:45 +03:00
Aleen f05009b698 support to specify the `buildHttp.proxy` for `HttpUrlPlugin` 2022-02-26 23:20:36 +08:00
Ivan Kopeykin e819c06ec2 up enhanced-resolve version 2022-02-26 15:49:44 +03:00
Ivan Kopeykin 1485eb51b9 keep hmr update with output.clean=true based on timestamp 2022-02-26 15:28:33 +03:00
Ivan Kopeykin 0a7446b187 add test case 2022-02-25 10:28:34 +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 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
Ivan Kopeykin 8d1e46e523 handle error/callback result in ResolverCachePlugin with yield 2022-02-22 21:21:39 +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 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