Skip to content

Commit

Permalink
feat: update NG11
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuioli committed Dec 16, 2020
1 parent fca070e commit af5bd41
Show file tree
Hide file tree
Showing 9 changed files with 2,399 additions and 2,153 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
],
"scripts": [
{
"input": "node_modules/document-register-element/build/document-register-element.js"
"input": "node_modules/document-register-element/build/document-register-element.js",
"inject": true
}
]
},
Expand All @@ -49,7 +50,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
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.base.json",
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "commonjs",
Expand Down
Loading

0 comments on commit af5bd41

Please sign in to comment.