Skip to content

Commit

Permalink
Merge pull request #2838 from yifanwww/fix/webpack-ignore-lazy-imports
Browse files Browse the repository at this point in the history
fix: add missing class-transformer/storage in lazy import list
  • Loading branch information
kamilmysliwiec authored Dec 9, 2024
2 parents 4af113e + a1cc6cf commit 3d0fe0b
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 3d0fe0b

Please sign in to comment.