Skip to content

Commit

Permalink
patch(vx): make current package a global as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Jul 11, 2022
1 parent 17c39f6 commit 1303163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vx/config/rollup/rollup.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function genOutput({
const globals = Object.keys(
disallowExternals ? {} : packageJson()?.dependencies ?? {}
).reduce((g, c) => Object.assign(g, { [c]: c }), {
...(moduleName !== usePackage() && { [usePackage()]: usePackage() }),
...{ [usePackage()]: usePackage() },
});

return {
Expand Down

1 comment on commit 1303163

@vercel
Copy link

@vercel vercel bot commented on 1303163 Jul 11, 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:

vest-next – ./website

vest-next.vercel.app
vest-next-ealush.vercel.app
vest-website.vercel.app
vest-next-git-latest-ealush.vercel.app

Please sign in to comment.