fix(webpack): chunk name normalization for catch-all pages and windows#7603
Merged
fix(webpack): chunk name normalization for catch-all pages and windows#7603
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #7603 +/- ##
==========================================
+ Coverage 70.26% 70.28% +0.01%
==========================================
Files 88 88
Lines 3747 3745 -2
Branches 1020 1019 -1
==========================================
- Hits 2633 2632 -1
+ Misses 905 904 -1
Partials 209 209
Continue to review full report at Codecov.
|
Member
pi0
approved these changes
Jun 24, 2020
This was referenced Jun 26, 2020
Merged
|
@aldarund @pi0 This introduced a regression breaking dynamic routing in AWS API Gateway and likely many other services. According to RFC3986, square brackets are not valid in URIs, and several services don't allow them. API Gateway will return a 400 with any request containing them, as an example (that we're currently running into). |
7 tasks
7 tasks
This file contains hidden or 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
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.
Types of changes
Description
For _.vue SplitChunks will generate route starting with dot and it will lead to 404 for this chunks
Dropped window path replace to be in line with Linux, as seems to work fine on win without it
Checklist: