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

Allow creating dev server without opening port. #2314

Closed
wants to merge 3 commits into from

Commits on Jan 16, 2021

  1. Allow creating dev server without opening port.

    Added a config for `devOptions.server?: boolean` which defaults to `true`;
    If `false`, then no http(s) server will be created and it will be up to
    the caller to create the initial server.
    
    Created a stub for EsmHmrEngine that avoids any processing if HMR is disabled.
    Chris Thomas committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    19e64cf View commit details
    Browse the repository at this point in the history
  2. fixed lint + tweaked EsmHmrEngine

    Chris Thomas committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    a16d560 View commit details
    Browse the repository at this point in the history
  3. fix port accessor when websocket is in noServer mode

    Chris Thomas committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    ab558cf View commit details
    Browse the repository at this point in the history