Skip to content
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

feat: optimize webpackbar #3187

Merged
merged 2 commits into from
May 11, 2020
Merged

feat: optimize webpackbar #3187

merged 2 commits into from
May 11, 2020

Conversation

chenbin92
Copy link
Collaborator

@chenbin92 chenbin92 commented May 11, 2020

  • dev 进度条优化

之前

https://user-images.githubusercontent.com/3995814/80174897-a1d21380-8626-11ea-8ea2-120abed507d1.gif

现在

@chenbin92 chenbin92 requested a review from ClarkXia May 11, 2020 01:54
console.log(chalk.green(' Starting the development server at:'));
console.log(' - Local : ', chalk.underline.white(urls.localUrlForBrowser));
console.log(' - Network: ', chalk.underline.white(urls.lanUrlForTerminal));
console.log();
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

image

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

是符合预期,考虑当用户关闭浏览器标签页之后,在想打开就看不到 url 了

@ClarkXia ClarkXia merged commit ad0a3d6 into release-next May 11, 2020
@delete-merged-branch delete-merged-branch bot deleted the feat/webpack-progress-bar branch May 11, 2020 14:23
@chenbin92 chenbin92 mentioned this pull request May 14, 2020
6 tasks
chenbin92 pushed a commit that referenced this pull request May 14, 2020
* fix: compatible with the index page

* fix: create histroy when render root app

* feat: support promise function with useRequest (#3188)

* fix: repository url (#3192)

* feat: optimize webpackbar (#3187)

* feat: optimize webpackbar

* fix: rename eslintLoaderOptions to eslint

* fix: upgrate react-dev-utils (#3190)

* fix: upgrate react-dev-utils

* v1.2.2-alpha.1

* fix: set transportMode to ws

Co-authored-by: ClarkXia <xiawenwu41@gmail.com>

* feat: support route wrappers (#3189)

* feat: support route wrappers

* feat: support pageConfig wrappers

* refactor: wrappers api

* docs: add wrappers api to ruotes

* fix: destructuring routes

* feat: enhance use request types (#3195)

* feat: enhance useRequest types

* chore: remove comments

* docs: useRequest usage

* v1.2.2-alpha.2

* docs: add withFullResponse api

* docs: refactor request docs

* chore: typo

* chore: useRequest docs

* docs: fix typo

* docs: optimize title

* v1.2.2-alpha.3

* Fix/release bugs (#3205)

* fix: types & log

* v1.2.2-alpha.4

* fix: no match single page file
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.

2 participants