-
-
Notifications
You must be signed in to change notification settings - Fork 781
Closed
Labels
PR welcomefeatNew feature or requestNew feature or requestteamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.
Description
What problem does this feature solve?
Webpack 5 supports handling of 'http(s)' in requests by using webpack.experiments.schemes.HttpUriPlugin.
What does the proposed API of configuration look like?
Align webpack, support rspack.experiments.schemes.HttpUriPlugin.
const {
experiments: {
schemes: { HttpUriPlugin }
}
} = require("@rspack/core");Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PR welcomefeatNew feature or requestNew feature or requestteamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.