Skip to content

Conversation

zhoushaw
Copy link
Collaborator

@zhoushaw zhoushaw commented Dec 15, 2023

Description

feat(runtime): the runtime adds a fetch hook and processes fetch-related requests

Related Issue

#1757

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.

@zhoushaw zhoushaw changed the base branch from main to canary December 15, 2023 04:12
'config.optimization?.runtimeChunk',
config.optimization?.runtimeChunk,
);
config.optimization.runtimeChunk = false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should include one of these apps at some point with single runtime chunk true, to make sure everything works with both build setups. I think there is some additional work needed to support single runtimr chunk automatically though. but in future :P

Copy link
Member

@ScriptedAlchemy ScriptedAlchemy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brunos3d you may want to see as well

@zhoushaw zhoushaw merged commit 0d22aa2 into canary Dec 15, 2023
@zhoushaw zhoushaw deleted the feat/runtime-add-fetch-hook branch December 15, 2023 07:38
Copy link
Contributor

🎉 This PR is included in version 1.1.0-canary.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@zhoushaw zhoushaw restored the feat/runtime-add-fetch-hook branch December 15, 2023 10:47
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.

2 participants