Skip to content

Commit 5038087

Browse files
Merge pull request #68 from asoftwareworld/5.1.1
5.1.1
2 parents cf27e7e + 119ebcc commit 5038087

File tree

72 files changed

+10326
-9367
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+10326
-9367
lines changed

angular.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"outputPath": "docs",
3737
"index": "src/index.html",
3838
"main": "src/main.ts",
39-
"polyfills": "src/polyfills.ts",
39+
"polyfills": [
40+
"zone.js"
41+
],
4042
"tsConfig": "tsconfig.app.json",
4143
"assets": [
4244
"src/favicon.ico",
@@ -85,18 +87,18 @@
8587
"builder": "@angular-devkit/build-angular:dev-server",
8688
"configurations": {
8789
"production": {
88-
"browserTarget": "asw-form-builder:build:production"
90+
"buildTarget": "asw-form-builder:build:production"
8991
},
9092
"development": {
91-
"browserTarget": "asw-form-builder:build:development"
93+
"buildTarget": "asw-form-builder:build:development"
9294
}
9395
},
9496
"defaultConfiguration": "development"
9597
},
9698
"extract-i18n": {
9799
"builder": "@angular-devkit/build-angular:extract-i18n",
98100
"options": {
99-
"browserTarget": "asw-form-builder:build"
101+
"buildTarget": "asw-form-builder:build"
100102
}
101103
},
102104
"test": {

0 commit comments

Comments
 (0)