Skip to content

Commit ceea15b

Browse files
author
Denis Hilt
authored
Merge pull request #360 from dhilt/angular-20--vscroll-1.7.0
Update VScroll Core & Angular
2 parents 366161e + 5e3d78e commit ceea15b

File tree

8 files changed

+8858
-13305
lines changed

8 files changed

+8858
-13305
lines changed

demo/angular.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular/build:application",
1919
"options": {
20-
"outputPath": "../dist/demo",
20+
"outputPath": {
21+
"base": "../dist/demo"
22+
},
2123
"index": "index.html",
22-
"main": "main.ts",
23-
"polyfills": "polyfills.ts",
24+
"polyfills": [
25+
"polyfills.ts"
26+
],
2427
"tsConfig": "tsconfig.json",
2528
"assets": [
2629
"favicon.ico",
@@ -29,7 +32,8 @@
2932
"styles": [
3033
"styles.css"
3134
],
32-
"scripts": []
35+
"scripts": [],
36+
"browser": "main.ts"
3337
},
3438
"configurations": {
3539
"production": {
@@ -55,9 +59,7 @@
5559
"sourceMap": true
5660
},
5761
"development": {
58-
"buildOptimizer": false,
5962
"optimization": false,
60-
"vendorChunk": true,
6163
"extractLicenses": false,
6264
"sourceMap": true,
6365
"namedChunks": true
@@ -66,7 +68,7 @@
6668
"defaultConfiguration": "production"
6769
},
6870
"serve": {
69-
"builder": "@angular-devkit/build-angular:dev-server",
71+
"builder": "@angular/build:dev-server",
7072
"configurations": {
7173
"production": {
7274
"buildTarget": "demo:build:production"

0 commit comments

Comments
 (0)