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

Feature/issue 878 SSR + custom resources #930

Closed
wants to merge 3 commits into from

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Apr 9, 2022

Related Issue

resolves #878

Summary of Changes

  1. MVP using --experimental-loader to support custom resources in SSR mode (only works for develop right now)

Screen Shot 2022-04-09 at 6 25 00 PM

TODO

  1. yarn build for www/ not finishing? (related to Rollup?)
  2. How to make it opt-in
  3. double bootstrap console logging
  4. Testing
  5. Documentation
  6. Remove demo code

@thescientist13 thescientist13 changed the title Feature/issue 878 ssr custom loaders Feature/issue 878 SSR + custom resources Apr 9, 2022
@thescientist13
Copy link
Member Author

resolved in #992

@thescientist13 thescientist13 deleted the feature/issue-878-ssr-custom-loaders branch November 21, 2022 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support resource plugin based transformations for standard module formats (ex: import JSON, CSS) for SSR
1 participant