Elasticsearch: Decouple frontend dependencies from core (#82179)

* Elasticsearch: Decouple frontend dependencies from core

* Remove not needed code change
This commit is contained in:
Ivana Huckova
2024-02-09 14:11:08 +02:00
committed by GitHub
parent b1dc505a2b
commit 48b4ca8228
26 changed files with 282 additions and 84 deletions
+3 -1
View File
@@ -113,7 +113,9 @@
"public/app/plugins/datasource/tempo/*.{ts,tsx}",
"public/app/plugins/datasource/tempo/**/*.{ts,tsx}",
"public/app/plugins/datasource/loki/*.{ts,tsx}",
"public/app/plugins/datasource/loki/**/*.{ts,tsx}"
"public/app/plugins/datasource/loki/**/*.{ts,tsx}",
"public/app/plugins/datasource/elasticsearch/*.{ts,tsx}",
"public/app/plugins/datasource/elasticsearch/**/*.{ts,tsx}"
],
"settings": {
"import/resolver": {