Skip to content

Commit

Permalink
Correctly resolve browser.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Aug 29, 2023
1 parent 9b2612b commit 1237e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/spec-parser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import OpenApiResolver from 'openapi-resolver/dist/openapi-resolver.browser';
import OpenApiResolver from 'openapi-resolver/dist/openapi-resolver.browser.js';
import { marked } from 'marked';
import { invalidCharsRegEx } from './common-utils.js';
import { getI18nText } from '../languages/index.js';
Expand Down

0 comments on commit 1237e23

Please sign in to comment.