Open GiveMe-A-Name opened 2 days ago
Webpack 5 supports handling of 'http(s)' in requests by using webpack.experiments.schemes.HttpUriPlugin.
Align webpack, support rspack.experiments.schemes.HttpUriPlugin.
const { experiments: { schemes: { HttpUriPlugin } } } = require("@rspack/core");
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.