|
@@ -16,18 +16,11 @@
|
|
"outputPath": "dist/dn-dtools",
|
|
"outputPath": "dist/dn-dtools",
|
|
"index": "src/index.html",
|
|
"index": "src/index.html",
|
|
"main": "src/main.ts",
|
|
"main": "src/main.ts",
|
|
- "polyfills": [
|
|
|
|
- "zone.js"
|
|
|
|
- ],
|
|
|
|
|
|
+ "polyfills": ["zone.js"],
|
|
"tsConfig": "tsconfig.app.json",
|
|
"tsConfig": "tsconfig.app.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"inlineStyleLanguage": "scss",
|
|
- "assets": [
|
|
|
|
- "src/favicon.ico",
|
|
|
|
- "src/assets"
|
|
|
|
- ],
|
|
|
|
- "styles": [
|
|
|
|
- "src/styles.scss"
|
|
|
|
- ],
|
|
|
|
|
|
+ "assets": ["src/favicon.ico", "src/assets"],
|
|
|
|
+ "styles": ["src/styles.scss"],
|
|
"scripts": []
|
|
"scripts": []
|
|
},
|
|
},
|
|
"configurations": {
|
|
"configurations": {
|
|
@@ -35,13 +28,13 @@
|
|
"budgets": [
|
|
"budgets": [
|
|
{
|
|
{
|
|
"type": "initial",
|
|
"type": "initial",
|
|
- "maximumWarning": "500kb",
|
|
|
|
- "maximumError": "1mb"
|
|
|
|
|
|
+ "maximumWarning": "1mb",
|
|
|
|
+ "maximumError": "2mb"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"type": "anyComponentStyle",
|
|
- "maximumWarning": "2kb",
|
|
|
|
- "maximumError": "4kb"
|
|
|
|
|
|
+ "maximumWarning": "4kb",
|
|
|
|
+ "maximumError": "16kb"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"outputHashing": "all"
|
|
"outputHashing": "all"
|
|
@@ -56,9 +49,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"defaultConfiguration": "production",
|
|
"defaultConfiguration": "production",
|
|
- "outputs": [
|
|
|
|
- "{options.outputPath}"
|
|
|
|
- ]
|
|
|
|
|
|
+ "outputs": ["{options.outputPath}"]
|
|
},
|
|
},
|
|
"serve": {
|
|
"serve": {
|
|
"executor": "@angular-devkit/build-angular:dev-server",
|
|
"executor": "@angular-devkit/build-angular:dev-server",
|
|
@@ -81,19 +72,11 @@
|
|
"test": {
|
|
"test": {
|
|
"executor": "@angular-devkit/build-angular:karma",
|
|
"executor": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"options": {
|
|
- "polyfills": [
|
|
|
|
- "zone.js",
|
|
|
|
- "zone.js/testing"
|
|
|
|
- ],
|
|
|
|
|
|
+ "polyfills": ["zone.js", "zone.js/testing"],
|
|
"tsConfig": "tsconfig.spec.json",
|
|
"tsConfig": "tsconfig.spec.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"inlineStyleLanguage": "scss",
|
|
- "assets": [
|
|
|
|
- "src/favicon.ico",
|
|
|
|
- "src/assets"
|
|
|
|
- ],
|
|
|
|
- "styles": [
|
|
|
|
- "src/styles.scss"
|
|
|
|
- ],
|
|
|
|
|
|
+ "assets": ["src/favicon.ico", "src/assets"],
|
|
|
|
+ "styles": ["src/styles.scss"],
|
|
"scripts": []
|
|
"scripts": []
|
|
}
|
|
}
|
|
}
|
|
}
|