{
"version": 1,
"newProjectRoot": "projects",
"projects": {
"ExampleProject": {
"root": "",
"sourceRoot": "clientApp",
"projectType": "application",
"prefix": "pol",
"schematics": {
"style": "scss"
}
},
"architect": {
"build": {
"options": {
"outputPath": "wwwroot/dist/",
"index": "clientApp/index.html",
"main": "clientApp/main.ts",
"polyfills": "clientApp/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"customWebpackConfig": {
"path": "./webpack.config.js"
},
"aot": false,
"assets": [
"clientApp/favicon.ico",
"clientApp/assets",
"clientApp/web.config",
{
"glob": "**/*",
"output": "./assets"
}
],
"styles": [
"clientApp/styles.scss"
],
"scripts": [],
"es5BrowserSupport": true,
"stylePreprocessorOptions": {
}
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "clientApp/environments/environment.ts",
"with": "clientApp/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
}
]
}
}
},
"serve": {
"options": {
"browserTarget": "clientApp:build"
},
"configurations": {
"production": {
"browserTarget": "clientApp:build:production"
}
}
},
"extract-i18n": {
"options": {
"browserTarget": "clientApp:build"
}
},
"test": {
"options": {
"main": "clientApp/test.ts",
"polyfills": "clientApp/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": ["clientApp/favicon.ico", "clientApp/assets"],
"styles": ["clientApp/styles.scss"],
"scripts": [],
"stylePreprocessorOptions": {
}
}
},
"lint": {
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"tsconfig.json"
],
"exclude": ["**/node_modules/**"]
}
}
}
}
},
"defaultProject": "clientApp"
}