Skip to content

Commit 550e33f

Browse files
chore(nextjs-mf): remove old build paths from nx (#3183)
1 parent 385d679 commit 550e33f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/nextjs-mf/project.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212
"outputPath": "packages/nextjs-mf/dist",
1313
"main": "packages/nextjs-mf/src/index.ts",
1414
"tsConfig": "packages/nextjs-mf/tsconfig.lib.json",
15-
"assets": ["packages/nextjs-mf/*.md"],
16-
"additionalEntryPoints": [
17-
"packages/nextjs-mf/utilities.ts",
18-
"packages/nextjs-mf/src/utils/index.js"
19-
]
15+
"assets": ["packages/nextjs-mf/*.md"]
2016
},
2117
"dependsOn": [
2218
{

0 commit comments

Comments
 (0)