Commit Graph

21 Commits

Author SHA1 Message Date
Nitin Kumar 412ae5425e chore: udpate prettier to v3 2024-01-14 07:11:34 +05:30
alexander.akait ede77bcb20 refactor(type): small improve 2023-05-01 00:58:34 +03:00
alexander.akait 5765c9abc1 fix: bugs 2023-04-13 03:10:12 +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
Tobias Koppers c128f4fe44 fix redirect caching in HttpUriPlugin 2022-02-14 12:21:41 +01:00
Ivan Kopeykin a6099c4ff9 fix cache invalidation in HttpUriPlugin
- should not store partial result when following redirect
2022-02-10 20:43:23 +03:00
Asriel Yu 136b723023 fix callback err type should include null 2021-12-24 20:27:31 +08:00
Tobias Koppers 13b7da6d0a fix initial creation of lockfile 2021-10-20 22:56:39 +02:00
Tobias Koppers ae52a74802 improve buildHttp
allow multiple configurations to write to the same lockfile
add allowedUris for allowlisting
add schema validation
2021-10-19 09:21:05 +02:00
Tobias Koppers 508e8d50f2 expand readResource hook to cover normal file reading 2021-10-07 10:28:44 +02:00
Tobias Koppers 4a8bf4c084 allow to configure all hash functions used
fix default hash function for HttpUriPlugin to sha512
2021-09-23 14:55:13 +02:00
Tobias Koppers 9bf6797416 fix resolving context for redirects 2021-08-05 21:10:39 +02:00
Tobias Koppers 30ebedd4dd fix handling of new URL() in remote resources 2021-08-05 17:37:37 +02:00
Tobias Koppers 57dac0ea93 remove x-import-url handling 2021-08-05 16:52:13 +02:00
Tobias Koppers e3b8c399c6 omit resolved property in lockfiles when equal to key 2021-08-05 16:15:29 +02:00
Tobias Koppers b6609a4f6b add `experiments.buildHttp`
allows to build remote resources
stores remote resources in a lockfile
2021-08-05 15:47:18 +02:00
Tobias Koppers daa40670fc keep original encoding when transforming data url to data url 2021-07-16 20:35:19 +02:00
Tobias Koppers 973edfbd1b support data urls as input in `new URL` 2021-05-19 11:30:09 +02:00
Tobias Koppers 7bbc2aa3ce split HttpUrlPlugin into two plugins for http and https 2020-07-06 17:45:45 +02:00
Tobias Koppers 7dad1c1c30 refactor scheme handling into plugins 2020-07-03 17:01:02 +02:00