Skip to content

Commit

Permalink
fix: export standalone preset from the npm package (#8906)
Browse files Browse the repository at this point in the history
Refs #8163
  • Loading branch information
yue4u authored Jun 11, 2023
1 parent 75c78b0 commit cdd0bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cdd0bdd

Please # to comment.