Skip to content

Commit

Permalink
fix(rollup): remove exports field from @nx/rollup/package.json since …
Browse files Browse the repository at this point in the history
…is a breaking change (nrwl#22545)
  • Loading branch information
jaysoo authored Mar 27, 2024
1 parent bbd7960 commit 554770f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/rollup/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
"build-base": {
"executor": "@nx/js:tsc",
"options": {
"generateExportsField": true,
"additionalEntryPoints": [
"{projectRoot}/{executors,generators,migrations}.json",
"{projectRoot}/plugin.ts"
],
"assets": [
{
"input": "packages/rollup",
Expand Down

0 comments on commit 554770f

Please sign in to comment.