Skip to content

Commit

Permalink
fix(bundling): add missing main export for @nx/vite (#18344)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored Jul 27, 2023
1 parent 423a68b commit 2dc6656
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@
"access": "public"
},
"exports": {
"./package.json": {
"require": "./package.json"
},
".": "./index.js",
"./package.json": "./package.json",
"./migrations.json": "./migrations.json",
"./generators.json": "./generators.json",
"./executors.json": "./executors.json",
Expand Down

1 comment on commit 2dc6656

@vercel
Copy link

@vercel vercel bot commented on 2dc6656 Jul 27, 2023

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:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.