Skip to content

Commit

Permalink
fix: package external extension dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Jun 22, 2022
1 parent 8f288f9 commit ea03dae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/vscode/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@
"sourceMap": false,
"optimization": true,
"extractLicenses": true,
"externalDependencies": ["vscode"],
"externalDependencies": [
"vscode",
"jsonc-parser",
"@monodon/typescript-nx-imports-plugin",
"@yarnpkg/fslib",
"@yarnpkg/libzip"
],
"fileReplacements": [
{
"replace": "apps/vscode/src/environments/environment.ts",
Expand All @@ -101,6 +107,7 @@
"options": {
"commands": [
"yarn nx run vscode:build:production",
"node ./tools/scripts/vscode-yarn.js",
"node ./tools/scripts/vscode-vsce.js"
],
"parallel": false
Expand Down

0 comments on commit ea03dae

Please sign in to comment.