We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ec8a0 commit 4d94551Copy full SHA for 4d94551
content/recipes/swc.md
@@ -134,7 +134,7 @@ Now if you use CLI plugins, `swc-loader` will not load them automatically. Inste
134
declare a `generate-metadata.ts` file near the `main.ts` file with the following content:
135
136
```ts
137
-import { PluginMetadataGenerator } from '@nestjs/cli/lib/compiler/plugins';
+import { PluginMetadataGenerator } from '@nestjs/cli/lib/compiler/plugins/plugin-metadata-generator';
138
import { ReadonlyVisitor } from '@nestjs/swagger/dist/plugin';
139
140
const generator = new PluginMetadataGenerator();
0 commit comments