Skip to content

Commit

Permalink
fix(create-analog): exclude router for StackBlitz
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Nov 24, 2022
1 parent 1f6b8a4 commit 870d982
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/create-analog/template-angular-v15/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import analog from '@analogjs/platform';
export default defineConfig(({ mode }) => ({
root: 'src',
publicDir: 'assets',
optimizeDeps: {
exclude: ['@analogjs/router'],
},
build: {
outDir: `../dist/my-app/client`,
emptyOutDir: true,
Expand Down

0 comments on commit 870d982

Please sign in to comment.