Skip to content

Commit

Permalink
fix: add missing class-transformer/storage in lazy import list
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Dec 9, 2024
1 parent 4af113e commit a1cc6cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/compiler/defaults/webpack-defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const webpackDefaultsFactory = (
'@nestjs/websockets/socket-module',
'class-validator',
'class-transformer',
'class-transformer/storage',
];
if (!lazyImports.includes(resource)) {
return false;
Expand Down

0 comments on commit a1cc6cf

Please sign in to comment.