v4.0.0v3.11.3
Reading changes from the repo…
client.webSocketURL
option now supports specifying the protocol, allowing for better customization of WebSocket connections. client.hotEntry
option is added, providing more control over hot module replacement behavior. client.overlay
option is now moved under the client
property, streamlining configuration. --open
option now supports a URL pattern, making it easier to specify which page to open in the browser. static
option is now set to the public
directory, simplifying your setup. client.logging
option is now more consistent, enhancing the clarity of your development logs. --open-page
option is now better documented, making it easier to understand how to use it effectively. port
option, allowing you to use port 80 for the development server without issues. allowedHosts
option to prevent empty arrays, ensuring better security and configuration. client
options, providing clearer feedback when misconfigurations occur.