-
Notifications
You must be signed in to change notification settings - Fork 21
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
the host of the assets,if not set,it will be 127.0.0.1:${devServer.port}
in development
#33
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #33 +/- ##
===========================================
- Coverage 100.00% 99.49% -0.51%
===========================================
Files 10 10
Lines 196 198 +2
===========================================
+ Hits 196 197 +1
- Misses 0 1 +1
Continue to review full report at Codecov.
|
@popomore |
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.
Add a testcase and delete the package-lock
If use autoPort, how to specify the port in config |
this:
In addition, if someone want use himself url, in that case, he/she should know the port. |
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.
fix pr merge conflict
Checklist
npm test
passesAffected core subsystem(s)
Description of change
Case:
domain 127.0.0.1
to/etc/hosts
domain
So, if it setted the url, it will be it, if it not set the url, then use default
127.0.0.1