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

Replace express with builtin node server #398

Merged
merged 5 commits into from Dec 1, 2020

Commits on Nov 30, 2020

  1. Replace express with builtin node server

    Alternative to long-standing webpack-contrib#212
    
    Express in this project does not add much value. Middleware api is not
    necessary for 1.5 middlwares. We can try to use node server directly.
    
    Serving static is left for express middleware. Can be replaced with
    something smaller in another PR.
    TrySound committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    4a674c4 View commit details
    Browse the repository at this point in the history
  2. Add missing require

    TrySound committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    776ecb7 View commit details
    Browse the repository at this point in the history
  3. Remove viewsRoot

    TrySound committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    b30784d View commit details
    Browse the repository at this point in the history
  4. Switch to sirv

    TrySound committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ab9f23d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    0f70814 View commit details
    Browse the repository at this point in the history