Browse Source

UI: Clear angular setting

pull/4637/head
Vladyslav Prykhodko 5 years ago
parent
commit
cc9d716e55
  1. 3
      ui-ngx/angular.json
  2. 1
      ui-ngx/package.json

3
ui-ngx/angular.json

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

1
ui-ngx/package.json

@ -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",

Loading…
Cancel
Save