Skip to content

Show splash page while webpack compiling #686

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

Closed
davidnormo opened this issue Nov 3, 2016 · 2 comments
Closed

Show splash page while webpack compiling #686

davidnormo opened this issue Nov 3, 2016 · 2 comments

Comments

@davidnormo
Copy link

At the moment when you start up the dev server, the user waits for the compile to end before they see anything in the browser. It would be nice if the user sent an HTTP request before the build has finished, they see a holding page, a splash screen. You could even show some compiler output.

@SpaceK33z
Copy link
Member

I'm not sure about this. You can clearly see that it's loading because your browser shows it as loading. I don't know if a splash screen would add value if you already know it's loading.

@SpaceK33z SpaceK33z changed the title Show splash page while webpack compliling Show splash page while webpack compiling Nov 5, 2016
SpaceK33z added a commit that referenced this issue Nov 5, 2016
This allows plugins to act upon events (e.g. show a splash page when compiling)

Ref #481, #686
@SpaceK33z
Copy link
Member

The events that are necessary to render a splash page are exposed now. It is relatively easy to make a package for it or include it directly in your app (in this case I would suggest to use a separate entry point).

An example of how this would work: #481 (comment).

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

No branches or pull requests

2 participants