feat: expose plugins and presets on SwaggerUI global symbol (#9189)
Part of this commit is also: - complete plugins consolidation - complete presets consolidation - build system consolidation Refs #9188
This commit is contained in:
@@ -5,7 +5,7 @@ import deepExtend from "deep-extend"
|
||||
import { combineReducers } from "redux-immutable"
|
||||
import { serializeError } from "serialize-error"
|
||||
import merge from "lodash/merge"
|
||||
import { NEW_THROWN_ERR } from "corePlugins/err/actions"
|
||||
import { NEW_THROWN_ERR } from "core/plugins/err/actions"
|
||||
import win from "core/window"
|
||||
|
||||
import { systemThunkMiddleware, isFn, objMap, objReduce, isObject, isArray, isFunc } from "core/utils"
|
||||
|
||||
Reference in New Issue
Block a user