-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@nrwl/webpack:webpack tsPlugins
options removed in version 15
#12966
Comments
Hi @dan-cooke, the For now, you can use |
@nartc thank you! I was just about to downgrade to 14.x
That is odd, is it potentially a nested property that is no longer supported in the "name": "@nestjs/graphql/plugin",
"options": {
"introspectComments": true,
"typeFileNameSuffix": [
".input.ts",
".args.ts",
".entity.ts",
".model.ts"
]
} Because when I add this plugin via a custom webpack config to the Could be a difference with the new webpack version? |
Oh if that's the case, please share with me a reproduce, I can try digging with you on that. |
@nartc i haven’t got the time to create a repo at the moment, but it’s easily reproducible by bootstrapping a new NX NestJs workspace. And copying my snippet from the original post. you will get an error when using tsPlugins |
I couldn't reproduce the problem, but I was able to use the Closing this issue but please re-open if you have a reproduction ready. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
After running migrations from v14 to v15.
My webpack build target that uses
tsPlugins
failsThe text was updated successfully, but these errors were encountered: