Skip to content

Commit 97e44ef

Browse files
committed
chore: v18 update
1 parent de5ecf6 commit 97e44ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular-hub/vite.config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import analog from '@analogjs/platform';
44
import { defineConfig, splitVendorChunkPlugin, Plugin, UserConfig } from 'vite';
55
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';
6-
import { augmentAppWithServiceWorker } from '@angular-devkit/build-angular/src/utils/service-worker';
6+
// @ts-expect-error private API
7+
import { augmentAppWithServiceWorker } from '@angular/build/private';
78
import * as path from 'path';
89

910
function swBuildPlugin(): Plugin {

0 commit comments

Comments
 (0)