-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
BREAKING CHANGES: handle publicPath correctly #2671
Conversation
Codecov Report
@@ Coverage Diff @@
## v4 #2671 +/- ##
==========================================
+ Coverage 92.67% 92.85% +0.18%
==========================================
Files 37 37
Lines 1310 1316 +6
Branches 357 354 -3
==========================================
+ Hits 1214 1222 +8
+ Misses 91 89 -2
Partials 5 5
Continue to review full report at Codecov.
|
f56f8c2
to
81752ef
Compare
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.
Ping when it will be ready to review, thanks for help
@evilebottnawi it's ready, the tests here that are failing are from instability fixed in #2680 |
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.
Good job
/cc @hiroppy
@Loonride please check this error of windows/node-10-canary.
|
d779c90
to
c479bb1
Compare
@Loonride Need rebase |
c479bb1
to
1e99668
Compare
It seems that webpack@5 on windows had an issue with webpack options |
/cc @hiroppy |
/cc @hiroppy friendly ping again 😄 |
For Bugs and Features; did you add new tests?
Not yet, should add tests for:
Routes:
dev
option settingpublicPath
andindex
. SettingpublicPath
in compiler options without setting it for dev middleware. Using single or multi compilerMotivation / Use-Case
Fixing how publicPath is handled
Requires: webpack/webpack-dev-middleware#674 to work
Breaking Changes
publicPath is no longer set at all by the dev server, the option is retrieved from webpack-dev-middleware, which falls back to webpack output publicPath if there is no dev middleware publicPath
Additional Info