Skip to content

Commit

Permalink
chore(nextjs-mf): remove old build paths from nx (module-federation#3183
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ScriptedAlchemy authored Nov 5, 2024
1 parent 385d679 commit 550e33f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/nextjs-mf/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
"outputPath": "packages/nextjs-mf/dist",
"main": "packages/nextjs-mf/src/index.ts",
"tsConfig": "packages/nextjs-mf/tsconfig.lib.json",
"assets": ["packages/nextjs-mf/*.md"],
"additionalEntryPoints": [
"packages/nextjs-mf/utilities.ts",
"packages/nextjs-mf/src/utils/index.js"
]
"assets": ["packages/nextjs-mf/*.md"]
},
"dependsOn": [
{
Expand Down

0 comments on commit 550e33f

Please sign in to comment.