-
-
Notifications
You must be signed in to change notification settings - Fork 755
feat: support experiments build http #9741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for rspack canceled.
|
b383d9c to
149399e
Compare
CodSpeed Performance ReportMerging #9741 will not alter performanceComparing 🎉 Hooray!
|
This reverts commit ec361d0
…che and HttpUriOptionsAllowedUris
…local test folders
tests/webpack-test/configCases/asset-modules/build-http/webpack.config.js
Outdated
Show resolved
Hide resolved
| if status == 304 { | ||
| if let Some(cached) = cached_result { | ||
| let new_valid_until = valid_until.max(cached.meta.valid_until); | ||
| println!("GET {} [{}] (unchanged)", url, status); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
println! can be replaced to logger, there is a get_logger on compilation
|
Let's merge it first, we can resolve the remaining things in the future PR since it's still experimental |
|
Awesome. Thank you |
Summary
Add buildHttp experiment bindings for rust plugin
Checklist