Revert "Build swagger ui in seperate webpack build" (#104580)
Revert "Build swagger ui in seperate webpack build (#102046)"
This reverts commit 314e337d76.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
"targets": {
|
||||
"start": {
|
||||
"dependsOn": [
|
||||
"swaggerui:build",
|
||||
"themes-generate",
|
||||
{
|
||||
"projects": ["tag:scope:plugin"],
|
||||
@@ -15,7 +14,6 @@
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": [
|
||||
"swaggerui:build",
|
||||
"themes-generate",
|
||||
{
|
||||
"projects": ["tag:scope:plugin"],
|
||||
@@ -37,15 +35,6 @@
|
||||
"{workspaceRoot}/public/sass/_variables.light.generated.scss"
|
||||
],
|
||||
"cache": true
|
||||
},
|
||||
"swaggerui:build": {
|
||||
"inputs": [
|
||||
"{workspaceRoot}/packages/grafana-ui/src/themes/**",
|
||||
"{workspaceRoot}/public/app/core/trustedTypePolicies.ts",
|
||||
"{workspaceRoot}/public/swagger/**"
|
||||
],
|
||||
"outputs": ["{workspaceRoot}/public/build-swagger"],
|
||||
"cache": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user