Browse Source

chore: define dev-app assets

pull/2883/head
mehmet-erim 6 years ago
parent
commit
bda6e101ee
  1. 4
      npm/ng-packs/angular.json
  2. 1
      npm/ng-packs/tsconfig.json

4
npm/ng-packs/angular.json

@ -494,8 +494,9 @@
"main": "apps/dev-app/src/main.ts",
"polyfills": "apps/dev-app/src/polyfills.ts",
"tsConfig": "apps/dev-app/tsconfig.prod.json",
"aot": false,
"aot": true,
"extractCss": true,
"assets": ["apps/dev-app/src/favicon.ico", "apps/dev-app/src/assets"],
"styles": [
{
"input": "node_modules/@abp/ng.theme.shared/styles/bootstrap-rtl.min.css",
@ -534,7 +535,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,

1
npm/ng-packs/tsconfig.json

@ -44,7 +44,6 @@
}
},
"angularCompilerOptions": {
"enableIvy": false,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}

Loading…
Cancel
Save