Skip to content

Commit 6fbcf67

Browse files
authored
Merge branch '17.0.x' into gedinakova/fflateUpdate-17.0
2 parents b4c17b5 + 242a56b commit 6fbcf67

File tree

60 files changed

+601
-246
lines changed

Some content is hidden

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

60 files changed

+601
-246
lines changed

angular.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@
1515
},
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:application",
18+
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
2020
"outputPath": "dist/igniteui-dev-demos",
21+
"main": "./src/main.ts",
2122
"index": "src/index.html",
22-
"browser": "src/main.ts",
23-
"server": "src/main.server.ts",
24-
"ssr": {
25-
"entry": "src/server.ts"
26-
},
2723
"polyfills": [
2824
"zone.js",
2925
"hammerjs"
@@ -39,6 +35,7 @@
3935
],
4036
"scripts": [],
4137
"extractLicenses": false,
38+
"buildOptimizer": false,
4239
"sourceMap": true,
4340
"optimization": false,
4441
"namedChunks": true,
@@ -255,11 +252,11 @@
255252
"prefix": "app",
256253
"architect": {
257254
"build": {
258-
"builder": "@angular-devkit/build-angular:browser",
255+
"builder": "@angular-devkit/build-angular:application",
259256
"options": {
260257
"outputPath": "dist/bundle-test",
261258
"index": "projects/bundle-test/src/index.html",
262-
"main": "projects/bundle-test/src/main.ts",
259+
"browser": "projects/bundle-test/src/main.ts",
263260
"polyfills": [
264261
"zone.js"
265262
],
@@ -293,9 +290,7 @@
293290
"sourceMap": true
294291
},
295292
"development": {
296-
"buildOptimizer": false,
297293
"optimization": false,
298-
"vendorChunk": true,
299294
"extractLicenses": false,
300295
"sourceMap": true,
301296
"namedChunks": true

0 commit comments

Comments
 (0)