You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@angular/build): disable Vite prebundling when script optimizations are enabled
This change ensures that `ngDevMode` is replaced in node packages, aligning the behavior of the Vite server more closely with a production environment.
(cherry picked from commit 60752fd)
Copy file name to clipboardExpand all lines: packages/angular/build/src/builders/dev-server/schema.json
+1
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@
81
81
},
82
82
"prebundle": {
83
83
"description": "Enable and control the Vite-based development server's prebundling capabilities. To enable prebundling, the Angular CLI cache must also be enabled.",
0 commit comments