Skip to content

Commit

Permalink
fix(bundling): export collections from @nx/vite (nrwl#16514)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored 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

0 comments on commit 9aa355f

Please sign in to comment.