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
I have a monorepo setup that uses typescript. How do I transpile the code using this plugin. For monorepos, the serverless-plugin-typescript plugin doesn't work for a monorepo setup.
I am using the presets option provided but it doesn't seem to do anything. Any suggestions?
@nilsm the serverless-plugin-typescript plugin doesn't work well when you have external dependencies i.e. A shared folder. The files or node modules from the shared folder do not get packaged within the services through this plugin. I am using the serverless webpack plugin with ts-loader and that seems to work, however, the package size is larger. Not sure if this plugin can support ta-loader
I have a monorepo setup that uses typescript. How do I transpile the code using this plugin. For monorepos, the serverless-plugin-typescript plugin doesn't work for a monorepo setup.
I am using the presets option provided but it doesn't seem to do anything. Any suggestions?
This is a snippet of my serverless.yml file
The text was updated successfully, but these errors were encountered: