v2.1.0-beta.3
Pre-release
Pre-release
·
2399 commits
to main
since this release
- Breaking change: removed overriding
output.pathto"/"in the webpack config when using the CLI (#337). Note thatoutput.pathneeds to be an absolute path! - Breaking change: removed
contentBaseas a proxy feature (deprecated since 1.x). - Limit websocket retries when the server can't be reached (#589).
- Improve detection for getting the server URL in the client (#496).
- Add
clientLogLevel(--client-log-levelfor CLI) option. It controls the log messages shown in the browser. Available levels areerror,warning,infoornone(#579). - Allow using no content base with the
--no-content-baseflag (previously it always defaulted to the working directory). - Use stronger certs for the
httpsmodus, to prevent browsers from complaining about it (#572).