-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: redirect imports #5590
Merged
Merged
feat: redirect imports #5590
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chenjun1011
requested review from
ClarkXia and
luhc228
and removed request for
ClarkXia
November 18, 2022 08:49
版本以及 changelog 信息在这个 PR 里面补充 |
|
ClarkXia
approved these changes
Nov 21, 2022
luhc228
approved these changes
Nov 21, 2022
ClarkXia
added a commit
that referenced
this pull request
Nov 29, 2022
* chore: version * feat: redirect imports (#5590) * feat: redirect imports * test: data loader size * chore: change log * chore: change log * feat: support partial match of redirect import (#5591) * feat: support partial match of redirect import * fix: optimize code * feat: server external (#5572) * feat: server only external * refactor: alias to resolve * fix: resolve path * fix: type * fix: lint * fix: pass a timeout value for long-running test (#5604) * fix: pass a timeout value for long-running test * fix: configure testTimeout * fix: re-order compilation of redirect import (#5606) * fix: get route config by route id in plugin pha (#5609) * fix: route match of plugin pha * Update manifestHelpers.ts * chore: changelog * feat: support multiple runtime entry of development (#5596) * feat: support multiple runtime entry of development * feat: optimize code * fix: bump versions of dependencies (#5598) * fix: bump versions of dependencies * fix: update lock * chore: changelog * fix: server output files (#5608) * fix: not generate source map file when set sourceMap to true * feat: remove reduplicative server files * fix: comment * fix: test error * feat: path is incorrect in windows * chore: add log * fix: test fail in windows * fix: fail to run in windows * Feat/lock version (#5616) * refactor: lock file by ice bundles * fix: using lower case for swc plugin export * chore: update repo and changelog (#5618) * chore: add changelog and docs update * docs: update docs repo * Update CHANGELOG.md * fix: add temp file to cache dir (#5623) * fix: support custom config file (#5622) * fix: merge context for component(#5630) Co-authored-by: 水澜 <shuilan.cj@taobao.com> Co-authored-by: luhc228 <44047106+luhc228@users.noreply.github.com> Co-authored-by: ZeroLing <i@zeroling.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix: #5577