Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 9, 2023
1 parent 43c6b58 commit f21d98c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"outputPath": "dist/demo",
"index": "apps/demo/src/index.html",
"browser": "apps/demo/src/main.ts",
"polyfills": ["zone.js", "apps/demo/src/polyfills.ts"],
"polyfills": ["zone.js"],
"tsConfig": "apps/demo/tsconfig.app.json",
"baseHref": "./",
"assets": [
Expand Down
2 changes: 2 additions & 0 deletions apps/demo/server.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import '@ng-web-apis/universal/mocks';

import {dirname, join, resolve} from 'node:path';
import {fileURLToPath} from 'node:url';

Expand Down
1 change: 0 additions & 1 deletion apps/demo/src/polyfills.ts

This file was deleted.

2 changes: 1 addition & 1 deletion apps/demo/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"outDir": "./out-tsc/app",
"types": ["node"]
},
"files": ["src/main.ts", "src/polyfills.ts", "src/main.server.ts", "server.ts"],
"files": ["src/main.ts", "src/main.server.ts", "server.ts"],
"include": ["src/**/*.d.ts"]
}

0 comments on commit f21d98c

Please sign in to comment.