Skip to content

Commit

Permalink
externalize all non-relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed Oct 24, 2024
1 parent 06958a6 commit 7284a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router-dev/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const entry = [
"typescript/plugin.ts",
];

const external = ["./static/refresh-utils.cjs"];
const external = ["./static/refresh-utils.cjs", /^(?!\.)/];

export default defineConfig([
{
Expand Down

0 comments on commit 7284a3d

Please sign in to comment.