Skip to content

Commit df14b6b

Browse files
committed
multi-page-survey - v17 to v18
1 parent 939e5f3 commit df14b6b

File tree

5 files changed

+3302
-1461
lines changed

5 files changed

+3302
-1461
lines changed

multi-page-survey/angular/angular.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
"prefix": "app",
1212
"architect": {
1313
"build": {
14-
"builder": "@angular-devkit/build-angular:browser",
14+
"builder": "@angular-devkit/build-angular:application",
1515
"options": {
16-
"outputPath": "dist/multi-page-survey-angular",
16+
"outputPath": {
17+
"base": "dist/multi-page-survey-angular"
18+
},
1719
"index": "src/index.html",
18-
"main": "src/main.ts",
19-
"polyfills": "src/polyfills.ts",
20+
"polyfills": [
21+
"src/polyfills.ts"
22+
],
2023
"tsConfig": "tsconfig.app.json",
2124
"aot": true,
2225
"assets": [
@@ -27,7 +30,8 @@
2730
"src/styles.css",
2831
"node_modules/survey-core/survey-core.min.css"
2932
],
30-
"scripts": []
33+
"scripts": [],
34+
"browser": "src/main.ts"
3135
},
3236
"configurations": {
3337
"production": {
@@ -43,8 +47,6 @@
4347
"extractCss": true,
4448
"namedChunks": false,
4549
"extractLicenses": true,
46-
"vendorChunk": false,
47-
"buildOptimizer": true,
4850
"budgets": [
4951
{
5052
"type": "initial",

0 commit comments

Comments
 (0)