Skip to content

Commit

Permalink
Merge pull request #85 from rars/angular-update
Browse files Browse the repository at this point in the history
feat(ngx-diff): update to Angular 18
  • Loading branch information
rars authored Jun 6, 2024
2 parents 2898577 + 97b053a commit 58b2af4
Show file tree
Hide file tree
Showing 4 changed files with 2,773 additions and 2,607 deletions.
18 changes: 9 additions & 9 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/ngx-diff-demo",
"outputPath": {
"base": "dist/ngx-diff-demo"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand All @@ -25,12 +28,11 @@
"src/styles.scss"
],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -45,8 +47,6 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand Down
Loading

0 comments on commit 58b2af4

Please sign in to comment.