Skip to content

Commit

Permalink
fix: add all to external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Nov 30, 2023
1 parent 7075546 commit 2be4177
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,7 @@
"tsConfig": "packages/core/tsconfig.lib.json",
"project": "packages/core/package.json",
"entryFile": "packages/core/src/index.ts",
"external": [
"@remix-run/router",
"core-js",
"react",
"react-dom",
"react-router",
"react-router-dom",
"react/jsx-runtime"
],
"external": "all",
"rollupConfig": "@nx/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
Expand Down

0 comments on commit 2be4177

Please sign in to comment.