Skip to content

Commit

Permalink
ng12
Browse files Browse the repository at this point in the history
  • Loading branch information
ribizli committed Jul 18, 2021
1 parent bc1a775 commit d7bef5a
Show file tree
Hide file tree
Showing 13 changed files with 6,327 additions and 7,319 deletions.
17 changes: 10 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"skipTests": true
},
"@schematics/angular:module": {
"skipTests": true
},
"@schematics/angular:pipe": {
"skipTests": true
Expand All @@ -35,7 +34,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/ngx-image2dataurl-app",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -48,7 +46,13 @@
"styles": [
"src/styles.css"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -67,14 +71,13 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down Expand Up @@ -113,7 +116,7 @@
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/ngx-image2dataurl/tsconfig.lib.json",
"project": "projects/ngx-image2dataurl/ng-package.json"
Expand Down
Loading

0 comments on commit d7bef5a

Please sign in to comment.