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
Describe the bug
In the nrwl/nx repository this commit nrwl/nx@8779a22 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
The text was updated successfully, but these errors were encountered:
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?
Describe the bug
In the nrwl/nx repository this commit nrwl/nx@8779a22 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:
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
The text was updated successfully, but these errors were encountered: