We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5ecf6 commit 97e44efCopy full SHA for 97e44ef
angular-hub/vite.config.ts
@@ -3,7 +3,8 @@
3
import analog from '@analogjs/platform';
4
import { defineConfig, splitVendorChunkPlugin, Plugin, UserConfig } from 'vite';
5
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';
6
-import { augmentAppWithServiceWorker } from '@angular-devkit/build-angular/src/utils/service-worker';
+// @ts-expect-error private API
7
+import { augmentAppWithServiceWorker } from '@angular/build/private';
8
import * as path from 'path';
9
10
function swBuildPlugin(): Plugin {
0 commit comments