Skip to content

Commit

Permalink
fix(bundling): export collections from @nx/vite (#16514)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Apr 24, 2023
1 parent 7388a8e commit 9aa355f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages-legacy/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"./package.json": {
"require": "./package.json"
},
"./generators.json": "./generators.json",
"./executors.json": "./executors.json",
"./executors": "./executors.js"
},
"nx-migrations": {
Expand Down
3 changes: 3 additions & 0 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"./package.json": {
"require": "./package.json"
},
"./migrations.json": "./migrations.json",
"./generators.json": "./generators.json",
"./executors.json": "./executors.json",
"./executors": "./executors.js",
"./src/executors/*/schema.json": "./src/executors/*/schema.json",
"./src/executors/*.impl": "./src/executors/*.impl.js",
Expand Down

1 comment on commit 9aa355f

@vercel
Copy link

@vercel vercel bot commented on 9aa355f Apr 24, 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-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.