UI: Clear angular setting
This commit is contained in:
parent
38a682b95d
commit
cc9d716e55
@ -150,7 +150,6 @@
|
|||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular-builders/custom-webpack:dev-server",
|
"builder": "@angular-builders/custom-webpack:dev-server",
|
||||||
"options": {
|
"options": {
|
||||||
"aot": true,
|
|
||||||
"browserTarget": "thingsboard:build",
|
"browserTarget": "thingsboard:build",
|
||||||
"proxyConfig": "proxy.conf.js"
|
"proxyConfig": "proxy.conf.js"
|
||||||
},
|
},
|
||||||
@ -231,4 +230,4 @@
|
|||||||
"packageManager": "yarn",
|
"packageManager": "yarn",
|
||||||
"analytics": false
|
"analytics": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,6 @@
|
|||||||
"name": "thingsboard",
|
"name": "thingsboard",
|
||||||
"version": "3.3.0",
|
"version": "3.3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
|
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --open",
|
"start": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --open",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user