nx-plugins
nx-plugins copied to clipboard
[BUG] Cannot find module '@nrwl/workspace/src/utilities/run-webpack'
Describe the bug In the nrwl/nx repository this commit https://github.com/nrwl/nx/commit/8779a22be38fc3d0798f60955832b4b6e21faee9 moved the file @nrwl/workspace/src/utilities/run-webpack to the utils folder in the project, but it's still being referenced in it's old location in this file. @flowaccount/nx-serverless This causes an error running using serverless-offline when attempting to start an application using the serverless framework.
To Reproduce Steps to reproduce the behavior:
- Using @nrwl/workspace v13.2.4
- Using serverless-offline v6.8.0
Expected behavior Application should start.
Check which provider is affected: [x] AWS [] Azure [] Google Cloud Platform
Check which framework is affected: [] Angular [] Nodejs [x] Serverless [] Lambda [] Infrastructure as a code
Hi, would you want to pitch in? I have tried it once and also ran into another problem where webpack was upgraded to 5 in nx 13 and had to get around typings, call methods etc.
If you would wanna give it a go, lets find a slack to chat in?