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

New Dev Server #353

Closed
wants to merge 4 commits into from
Closed

New Dev Server #353

wants to merge 4 commits into from

Conversation

dmbch
Copy link
Contributor

@dmbch dmbch commented Jan 25, 2018

Current state

We are using webpack-dev-server in development mode, but do not use any of its advanced features. This also implies that we are not using the exact same version of Express in development and in production.

Changes introduced here

We are now using our own Express server in development - the same as in production, but in slightly different setups (security, caching etc. differ, of course).

Another benefit of this change is that Hops now also supports SSL in production mode.

Checklist

  • All commit messages adhere to the appropriate format in order to trigger a correct release
  • All code is written in plain ECMAScript v5 and is formatted using prettier
  • Documentation has been added

dmbch added 4 commits January 25, 2018 22:34
SSL support is now implemented independently of webpack dev server
BREAKING CHANGE: Since we got rid of webpack dev server, its config is
no longer supported. All existing hops features (including SSL) are
still supported, though.
@dmbch
Copy link
Contributor Author

dmbch commented Jan 29, 2018

Will be dealt with in #354

@dmbch dmbch closed this Jan 29, 2018
@dmbch dmbch deleted the new-dev-server branch January 29, 2018 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant