-
Notifications
You must be signed in to change notification settings - Fork 5
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
Next support #454
base: master
Are you sure you want to change the base?
Next support #454
Conversation
ScriptedAlchemy
commented
Feb 24, 2023
•
edited
Loading
edited
- Added a new option nextSupport in the plugin constructor that enables Next.js specific logic
- Added a new utility function importDelegatedModule that handles importing modules from remote containers in Next.js projects
- Updated the convertToGraph function to handle Next.js specific module names and parameters
- Updated the mergeGraphs function to use a custom logic for merging arrays without duplicates
- Updated the medusa-delegate function to use the new utility function and handle different environments and tokens
- Updated the type definitions file for TypeScript support
- Updated the package.json file with a new version number and dependencies
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
medusa client only implements the fetch functionality for talking to medusa - useful in custom delegate modules
* fix: solve NextMedusaPlugin issues * chore: add remoteBasePath option * chore: add skipPost option