Skip to content

Commit

Permalink
halstack-client added as external
Browse files Browse the repository at this point in the history
  • Loading branch information
Jialecl committed Apr 8, 2024
1 parent f6fb71a commit b54bd08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
dist
tmp
/out-tsc
.nx

# dependencies
node_modules
Expand Down
2 changes: 1 addition & 1 deletion lib/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tsConfig": "lib/tsconfig.lib.json",
"project": "lib/package.json",
"entryFile": "lib/src/index.ts",
"external": ["react", "react-dom", "react/jsx-runtime"],
"external": ["@dxc-technology/halstack-client", "react", "react-dom", "react/jsx-runtime"],
"rollupConfig": "@nx/react/plugins/bundle-rollup",
"compiler": "babel",
"allowJs": true,
Expand Down

0 comments on commit b54bd08

Please sign in to comment.