Skip to content

Commit 58b2af4

Browse files
authored
Merge pull request #85 from rars/angular-update
feat(ngx-diff): update to Angular 18
2 parents 2898577 + 97b053a commit 58b2af4

File tree

4 files changed

+2773
-2607
lines changed

4 files changed

+2773
-2607
lines changed

angular.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
"prefix": "app",
1111
"architect": {
1212
"build": {
13-
"builder": "@angular-devkit/build-angular:browser",
13+
"builder": "@angular-devkit/build-angular:application",
1414
"options": {
15-
"outputPath": "dist/ngx-diff-demo",
15+
"outputPath": {
16+
"base": "dist/ngx-diff-demo"
17+
},
1618
"index": "src/index.html",
17-
"main": "src/main.ts",
18-
"polyfills": "src/polyfills.ts",
19+
"polyfills": [
20+
"src/polyfills.ts"
21+
],
1922
"tsConfig": "tsconfig.app.json",
2023
"assets": [
2124
"src/favicon.ico",
@@ -25,12 +28,11 @@
2528
"src/styles.scss"
2629
],
2730
"scripts": [],
28-
"vendorChunk": true,
2931
"extractLicenses": false,
30-
"buildOptimizer": false,
3132
"sourceMap": true,
3233
"optimization": false,
33-
"namedChunks": true
34+
"namedChunks": true,
35+
"browser": "src/main.ts"
3436
},
3537
"configurations": {
3638
"production": {
@@ -45,8 +47,6 @@
4547
"sourceMap": false,
4648
"namedChunks": false,
4749
"extractLicenses": true,
48-
"vendorChunk": false,
49-
"buildOptimizer": true,
5050
"budgets": [
5151
{
5252
"type": "initial",

0 commit comments

Comments
 (0)