Skip to content

Commit

Permalink
Externalizing all node_modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Oct 29, 2024
1 parent e201bdd commit 582221d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export default defineConfig({
include: ["src/**"],
},
/** @see https://github.com/vitest-dev/vitest/issues/6806 */
server: { deps: { external: ["typescript"] } },
server: { deps: { external: [/\/node_modules\//] } },
},
});

0 comments on commit 582221d

Please sign in to comment.