-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix(status): public path appearing as 'undefined' #2728
Conversation
|
Codecov Report
@@ Coverage Diff @@
## master #2728 +/- ##
=======================================
Coverage 93.77% 93.78%
=======================================
Files 34 34
Lines 1333 1335 +2
Branches 381 383 +2
=======================================
+ Hits 1250 1252 +2
Misses 81 81
Partials 2 2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Invalid fix, please provide reproducible test repo
https://github.com/cshawaus/vue-3-ts-demo/tree/webpack-5 |
@cshawaus I will look at this in near future |
Fixed in #2849. |
@ylemkimon yep, anyway I think we should improve this, because |
Fixed in master |
For Bugs and Features; did you add new tests?
No
Motivation / Use-Case
Instead of:
The correct public path for webpack 5 will be shown:
Breaking Changes
No
Additional Info
n/a