Skip to content

Commit

Permalink
update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
bebo925 committed Jul 27, 2020
1 parent fa8d4ab commit 9113ada
Show file tree
Hide file tree
Showing 14 changed files with 13,534 additions and 9,818 deletions.
File renamed without changes.
10 changes: 9 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/print-lib",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -29,6 +30,12 @@
},
"configurations": {
"production": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
Expand Down Expand Up @@ -135,7 +142,8 @@
"configurations": {
"production": {
"project": "projects/ng-thermal-print/ng-package.prod.json"
}
, "tsConfig": "projects/ng-thermal-print/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "commonjs",
Expand Down
Loading

0 comments on commit 9113ada

Please sign in to comment.