Skip to content

Commit

Permalink
fix: bundling third party modules with cli package
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceNino committed Dec 14, 2023
1 parent f2937fd commit 156ec72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/cli/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"platform": "node",
"outputPath": "dist/apps/cli",
"format": ["cjs"],
"bundle": false,
"bundle": true,
"thirdParty": true,
"main": "apps/cli/src/main.ts",
"tsConfig": "apps/cli/tsconfig.app.json",
"assets": [],
Expand Down

0 comments on commit 156ec72

Please sign in to comment.