UI: Clear angular setting

This commit is contained in:
Vladyslav Prykhodko 2021-05-26 00:07:03 +03:00
parent 38a682b95d
commit cc9d716e55
2 changed files with 1 additions and 3 deletions

View File

@ -150,7 +150,6 @@
"serve": {
"builder": "@angular-builders/custom-webpack:dev-server",
"options": {
"aot": true,
"browserTarget": "thingsboard:build",
"proxyConfig": "proxy.conf.js"
},

View File

@ -2,7 +2,6 @@
"name": "thingsboard",
"version": "3.3.0",
"scripts": {
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"ng": "ng",
"start": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --open",
"build": "ng build",