Skip to content

Commit

Permalink
fix: add browser require map file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dup4 committed Jun 8, 2022
1 parent 88c73c9 commit b9d500b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mathjax-render/package.json
Expand Up @@ -27,6 +27,7 @@
"types": "./dist/index.d.ts"
},
"./browser": {
"require": "./dist/esm/browser/index.mjs",
"import": "./dist/esm/browser/index.mjs",
"types": "./dist/esm/browser/index.d.ts"
}
Expand Down

1 comment on commit b9d500b

@vercel
Copy link

@vercel vercel bot commented on b9d500b Jun 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mathjax-render – ./

mathjax-render-git-main-dup4.vercel.app
mathjax-render.vercel.app
mathjax-render-dup4.vercel.app

Please sign in to comment.