Skip to content

Commit

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

0 comments on commit 7075546

Please sign in to comment.