Skip to content

Commit

Permalink
Merge pull request #2800 from caucik/webpack-fix-branch
Browse files Browse the repository at this point in the history
fix: webpack default config - IgnorePlugin
  • Loading branch information
kamilmysliwiec authored Nov 20, 2024
2 parents 7f1619b + 83c5cfc commit 9ec2d5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/compiler/defaults/webpack-defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export const webpackDefaultsFactory = (
checkResource(resource: any) {
const lazyImports = [
'@nestjs/microservices',
'cache-manager',
'@nestjs/microservices/microservices-module',
'@nestjs/websockets/socket-module',
'class-validator',
'class-transformer',
];
Expand Down

0 comments on commit 9ec2d5e

Please sign in to comment.