You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/openapi/cli-plugin.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,8 @@ and run it using
205
205
$ npm run build
206
206
```
207
207
208
+
> info **Hint** Setting `"deleteOutDir": true` in [Global Compiler Options](https://docs.nestjs.com/cli/monorepo#global-compiler-options) will remove the compilation output directory everytime `nest build` is invoked
209
+
208
210
If you don't use the CLI but instead have a custom `webpack` configuration, you can use this plugin in combination with `ts-loader`:
0 commit comments