mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-08 19:15:09 +00:00
Upgrade Angular and Electron
This commit is contained in:
14
angular.json
14
angular.json
@@ -43,11 +43,12 @@
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:browser",
|
||||
"builder": "@angular/build:application",
|
||||
"options": {
|
||||
"outputPath": "dist/angular",
|
||||
"outputPath": {
|
||||
"base": "dist/angular"
|
||||
},
|
||||
"index": "src-angular/index.html",
|
||||
"main": "src-angular/main.ts",
|
||||
"polyfills": [
|
||||
"zone.js"
|
||||
],
|
||||
@@ -61,7 +62,8 @@
|
||||
"node_modules/tailwindcss/tailwind.css"
|
||||
],
|
||||
"scripts": [],
|
||||
"extractLicenses": false
|
||||
"extractLicenses": false,
|
||||
"browser": "src-angular/main.ts"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -86,9 +88,7 @@
|
||||
"outputHashing": "all"
|
||||
},
|
||||
"development": {
|
||||
"buildOptimizer": false,
|
||||
"optimization": false,
|
||||
"vendorChunk": true,
|
||||
"extractLicenses": false,
|
||||
"sourceMap": true,
|
||||
"namedChunks": true
|
||||
@@ -97,7 +97,7 @@
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"builder": "@angular/build:dev-server",
|
||||
"options": {
|
||||
"buildTarget": "Bridge:build"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user