Skip to content

Commit

Permalink
fix: webpack default config - IgnorePlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
caucik committed Nov 17, 2024
1 parent fb79a93 commit 83c5cfc
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 83c5cfc

Please sign in to comment.