Skip to content
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

feat(rspack_plugin_schemes): http uri support #6990

Draft
wants to merge 42 commits into
base: main
Choose a base branch
from

Conversation

ScriptedAlchemy
Copy link
Contributor

@ScriptedAlchemy ScriptedAlchemy commented Jun 30, 2024

Summary

Http URI Plugin and schema for bundling http imports directly.

Problems remaining:

  • resolving relative imports from a http url like "./some-path" or "/some/path" - currently i have to string replace import from with urls in the loaded source code in order to get all modules to bundle

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copy link

netlify bot commented Jun 30, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit e6cef9a
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/668c806000673e000858062f

@ScriptedAlchemy ScriptedAlchemy force-pushed the feat/rspack_http_uri_plugin branch 6 times, most recently from 9f73376 to 94bfd00 Compare June 30, 2024 09:50
@ScriptedAlchemy ScriptedAlchemy changed the title Feat/rspack http uri plugin feat(rspack_plugin_schemes): http uri support Jun 30, 2024
@github-actions github-actions bot added the release: feature release: feature related release(mr only) label Jun 30, 2024
ScriptedAlchemy added 2 commits July 8, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: feature release: feature related release(mr only)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants