-
Notifications
You must be signed in to change notification settings - Fork 11.9k
feat(@angular-devkit/build-webpack): update webpack-dev-server to version 4
#21634
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
Conversation
packages/angular_devkit/build_angular/src/webpack/configs/dev-server.ts
Outdated
Show resolved
Hide resolved
packages/angular_devkit/build_angular/src/webpack/configs/dev-server.ts
Outdated
Show resolved
Hide resolved
packages/angular_devkit/build_angular/src/builders/dev-server/live-reload_spec.ts
Show resolved
Hide resolved
packages/angular_devkit/build_webpack/src/webpack-dev-server/index.ts
Outdated
Show resolved
Hide resolved
…ersion 4 BREAKING CHANGE: Support for `webpack-dev-server` version 3 has been removed. For more information about the migration please see: https://github.com/webpack/webpack-dev-server/blob/master/migration-v4.md Note: this change only affects users depending on `@angular-devkit/build-webpack` directly.
packages/angular_devkit/build_angular/src/builders/dev-server/live-reload_spec.ts
Outdated
Show resolved
Hide resolved
…ersion 4 BREAKING CHANGE: The dev-server now uses WebSockets to communicate changes to the browser during HMR and live-reloaded. If during your development you are using a proxy you will need to enable proxying of WebSockets.
|
Hi! Will it be merged to V12 branch? It fixes glob-parent CVE and ansi-html CVE that will be fixed soon. |
|
No, this is a breaking change and therefore it cannot be back-ported. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
feat(@angular-devkit/build-angular): update
webpack-dev-serverto version 4BREAKING CHANGE:
The dev-server now uses WebSockets to communicate changes to the browser during HMR and live-reloaded. If during your development you are using a proxy you will need to enable proxying of WebSockets.
feat(@angular-devkit/build-webpack): update
webpack-dev-serverto version 4BREAKING CHANGE:
Support for
webpack-dev-serverversion 3 has been removed. For more information about the migration please see: https://github.com/webpack/webpack-dev-server/blob/master/migration-v4.mdNote: this change only affects users depending on
@angular-devkit/build-webpackdirectly.