From cdd0bddc167730dfcc57d42c06b8d09ce1fe4b04 Mon Sep 17 00:00:00 2001 From: yue Date: Mon, 12 Jun 2023 04:14:40 +0900 Subject: [PATCH] fix: export standalone preset from the npm package (#8906) Refs #8163 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fb801d1f9c9..e97f8144602 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "exports": { "./dist/swagger-ui.css": "./dist/swagger-ui.css", "./dist/oauth2-redirect.html": "./dist/oauth2-redirect.html", + "./dist/swagger-ui-standalone-preset": "./dist/swagger-ui-standalone-preset.js", ".": { "import": "./dist/swagger-ui-es-bundle-core.js", "require": "./dist/swagger-ui.js"