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
I just started using this plugin in my serverless project and after I started using esbuild-node-externals plugins it takes a long time (around 5 minutes) every time I exeute sls offline
To Reproduce
My package,json file dependencies are the following ones:
Expected behavior
I suppose I am doing something wrong because it takes around 5 minutes to launch the project, this happens after I added the esbuild-node-externals plugin
Versions (please complete the following information):
OS: Fedora 39
Serverless Framework Version: 3.35.2
Plugin Version: 1.50.0
Additional context
Just a question. Is it really necessary to declare all dependencies as external? I mean, initially when I didn't do it the project start pretty fast but it return some errors related to mongoose package. I supposed it was because it needed to be packaged as a node_modules dependency and that's why I decided to do it with the node-eternals-plugin
The text was updated successfully, but these errors were encountered:
Describe the bug
I just started using this plugin in my serverless project and after I started using esbuild-node-externals plugins it takes a long time (around 5 minutes) every time I exeute sls offline
To Reproduce
Expected behavior
I suppose I am doing something wrong because it takes around 5 minutes to launch the project, this happens after I added the esbuild-node-externals plugin
Versions (please complete the following information):
Additional context
Just a question. Is it really necessary to declare all dependencies as external? I mean, initially when I didn't do it the project start pretty fast but it return some errors related to mongoose package. I supposed it was because it needed to be packaged as a node_modules dependency and that's why I decided to do it with the node-eternals-plugin
The text was updated successfully, but these errors were encountered: