core icon indicating copy to clipboard operation
core copied to clipboard

feat(nextjs-mf): add support for configuring externalRuntime and provideExternalRuntime

Open OmarBERRABEH opened this issue 9 months ago • 6 comments

Added the ability to configure the nextjs-mf plugin to either use a provided runtime through the provideExternalRuntime option or leverage an external runtime via the externalRuntime configuration. This feature optimizes asset.

Description

Related Issue

Types of changes

  • [ ] Docs change / refactoring / dependency upgrade
  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)

Checklist

  • [ ] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.
  • [ ] I have updated the documentation.

OmarBERRABEH avatar Jan 15 '25 08:01 OmarBERRABEH