Skip to content

Conversation

@terry-fei
Copy link

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@codecov
Copy link

codecov bot commented Oct 11, 2019

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (daf2600) to head (e26bb16).
⚠️ Report is 22 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #36   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          194       194           
=========================================
  Hits           194       194           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@terry-fei
Copy link
Author

建议允许开发者设置这个url,不然局域网内其他设备没有办法访问

@atian25 atian25 requested a review from popomore October 11, 2019 08:59
@DelBlank
Copy link

+1, 建议允许用户自定义 url

}
const protocol = app.options.https ? 'https' : 'http';
assetsConfig.url = `${protocol}://127.0.0.1:${port}`;
assetsConfig.url = assetsConfig.url ? assetsConfig.url : `${protocol}://127.0.0.1:${port}`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

把 config.local.js 的 url 设为 127.0.0.1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants