1 Star 0 Fork 26

lawrence/dbm

forked from devlive-community/dbm 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
angular.json 2.91 KB
Copy Edit Raw Blame History
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": false
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
"dbm": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
},
"@schematics/angular:application": {
"strict": true
}
},
"root": "src/renderer",
"sourceRoot": "src/",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"outputPath": "dist/renderer",
"index": "src/renderer/index.html",
"main": "src/renderer/main.ts",
"polyfills": "src/renderer/polyfills.ts",
"tsConfig": "src/tsconfig.renderer.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/shared/assets",
"src/renderer/assets",
{
"glob": "**/*",
"input": "./node_modules/@ant-design/icons-angular/src/inline-svg/",
"output": "/assets/"
}
],
"styles": [
"src/renderer/styles.scss",
"node_modules/ngx-easy-table/style.css"
],
"scripts": [],
"customWebpackConfig": {
"path": "./webpack.renderer.js"
}
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "8kb",
"maximumError": "12kb"
}
],
"fileReplacements": [
{
"replace": "src/renderer/environments/environment.ts",
"with": "src/renderer/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
}
},
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-builders/custom-webpack:dev-server",
"configurations": {
"production": {
"browserTarget": "dbm:build:production"
},
"development": {
"hmr": true,
"browserTarget": "dbm:build:development"
}
},
"defaultConfiguration": "development"
}
}
}
},
"defaultProject": "dbm"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/lawrence16_admin/dbm.git
git@gitee.com:lawrence16_admin/dbm.git
lawrence16_admin
dbm
dbm
master

Search