fix(editor): Disable telemetry in dev mode and in E2E tests (#6869)

* fix(editor): Disable telemetry in dev mode and in E2E tests

* fix(editor): add external js to rollup config

* fix(editor): using vite plugin to control external script loading

* fix(editor): update lock file version

* fix(editor): block telemetry host
This commit is contained in:
Csaba Tuncsik
2023-08-11 14:42:25 +02:00
committed by GitHub
parent 10c15874b2
commit 808a92809e
7 changed files with 45 additions and 52 deletions

View File

@@ -63,6 +63,7 @@
"turbo": "1.10.12",
"typescript": "*",
"vite": "^4.4.7",
"vite-plugin-ejs": "^1.6.4",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.8"
},