Skip to content

Commit

Permalink
revert: Revert "fix(vite-plugin-angular): fix HMR of component styles" (
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Jan 7, 2025
1 parent cf3ec7d commit eff770c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ export function angular(options?: PluginOptions): Plugin[] {

if (pluginOptions.liveReload) {
tsCompilerOptions['_enableHmr'] = true;
tsCompilerOptions['externalRuntimeStyles'] = true;
// Workaround for https://github.com/angular/angular/issues/59310
// Force extra instructions to be generated for HMR w/defer
tsCompilerOptions['supportTestBed'] = true;
Expand Down

0 comments on commit eff770c

Please sign in to comment.