-
-
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 CHANGE: use this.options.xxx #2558
Conversation
Codecov Report
@@ Coverage Diff @@
## v4 #2558 +/- ##
==========================================
- Coverage 92.55% 92.36% -0.20%
==========================================
Files 35 35
Lines 1330 1323 -7
Branches 375 376 +1
==========================================
- Hits 1231 1222 -9
- Misses 94 96 +2
Partials 5 5
Continue to review full report at Codecov.
|
fa96440
to
3b6a9f2
Compare
I'll work on this after merging #2531, because transportMode is broken in this pr. |
5bfc19c
to
42481d9
Compare
/cc @hiroppy Merged 👍 |
d17ae2c
to
5be6739
Compare
hm, If we modify the sockPath(overwriting to this.options.sockPath), webpack-dev-server will be broken maybe... @Loonride can you know why this causes? |
@hiroppy I'm not sure, where is it being modified exactly? Maybe the webpack entry is being created with that sockPath before it is modified Maybe my handling of sockPath here can solve the problem for you: #2593 |
5be6739
to
8775a07
Compare
3c6023f
to
90a122a
Compare
/cc @hiroppy Merged 👍 |
90a122a
to
c315df5
Compare
c315df5
to
7e66e8a
Compare
@evilebottnawi Updated! |
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 work!
For Bugs and Features; did you add new tests?
yes
Motivation / Use-Case
Use
this.options.xxx
instead ofthis.xxx
.Breaking Changes
yes
Additional Info