Skip to content

Commit

Permalink
perf(vite-plugin-angular): only filter to Angular CDK packages for ES…
Browse files Browse the repository at this point in the history
…M transform (#796)
  • Loading branch information
brandonroberts authored Dec 13, 2023
1 parent 0d3ed35 commit d5256a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function angularVitestPlugin(): Plugin {
config() {
return {
ssr: {
noExternal: [/fesm2022/],
noExternal: [/cdk\/fesm2022/],
},
test: {
pool: 'vmThreads',
Expand Down

0 comments on commit d5256a8

Please sign in to comment.