Skip to content

Commit 7d3448d

Browse files
committed
build(lib): remove prod mode
1 parent 3d323ac commit 7d3448d

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

angular.json

-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
"options": {
1515
"tsConfig": "projects/ngx-element-boundary/tsconfig.lib.json",
1616
"project": "projects/ngx-element-boundary/ng-package.json"
17-
},
18-
"configurations": {
19-
"production": {
20-
"tsConfig": "projects/ngx-element-boundary/tsconfig.lib.prod.json"
21-
}
2217
}
2318
},
2419
"test": {

projects/ngx-element-boundary/tsconfig.lib.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"angularCompilerOptions": {
1414
"skipTemplateCodegen": true,
1515
"strictMetadataEmit": true,
16-
"enableResourceInlining": true
16+
"enableResourceInlining": true,
17+
"compilationMode": "partial"
1718
},
1819
"exclude": ["src/test.ts", "**/*.spec.ts"]
1920
}

projects/ngx-element-boundary/tsconfig.lib.prod.json

-10
This file was deleted.

0 commit comments

Comments
 (0)