-
-
Notifications
You must be signed in to change notification settings - Fork 459
fix(core): fix 'basePath: false' external rewrites #1859
Conversation
Handler Size Report
Base Handler Sizes (kB) (commit 4316b18){
"Lambda@Edge": {
"Default Lambda": {
"Standard": 1505,
"Minified": 664
},
"Default Lambda V2": {
"Standard": 1496,
"Minified": 660
},
"API Lambda": {
"Standard": 631,
"Minified": 318
},
"Image Lambda": {
"Standard": 1471,
"Minified": 797
},
"Regeneration Lambda": {
"Standard": 589,
"Minified": 241
},
"Regeneration Lambda V2": {
"Standard": 655,
"Minified": 267
}
}
} New Handler Sizes (kB) (commit 79262ce){
"Lambda@Edge": {
"Default Lambda": {
"Standard": 1507,
"Minified": 664
},
"Default Lambda V2": {
"Standard": 1498,
"Minified": 660
},
"API Lambda": {
"Standard": 632,
"Minified": 318
},
"Image Lambda": {
"Standard": 1471,
"Minified": 797
},
"Regeneration Lambda": {
"Standard": 589,
"Minified": 241
},
"Regeneration Lambda V2": {
"Standard": 655,
"Minified": 267
}
}
} |
Codecov Report
@@ Coverage Diff @@
## master #1859 +/- ##
==========================================
- Coverage 83.81% 83.78% -0.04%
==========================================
Files 99 99
Lines 3498 3510 +12
Branches 1061 1073 +12
==========================================
+ Hits 2932 2941 +9
- Misses 502 505 +3
Partials 64 64
Continue to review full report at Codecov.
|
thank you @dphang always for the quick fixes!
|
Ah thanks for pointing out, not sure why it passed in CI but looks like some dependency issue caused by refactoring some build logic into the core package. I will take a look. EDIT: probably passed in CI because other packages like lambda-at-edge have |
@danjiro should be fixed now |
can confirm its working. thanks again @dphang for your awesome work |
Fixes: #1858