serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

Watching file changes not working with `serverless run`

Open kbrandwijk opened this issue 8 years ago • 2 comments

I created a PR to support serverless run (#49), but watching for file changes is not working, and I don't know why.

kbrandwijk avatar Nov 06 '17 03:11 kbrandwijk

serverless-webpack seems to have found a solution for that (https://github.com/serverless-heaven/serverless-webpack/pull/270). After I have tested that, I will also apply the same solution here.

kbrandwijk avatar Nov 14 '17 00:11 kbrandwijk

@kbrandwijk would this also work for watching for file changes when using serverless-offline?

dhessler avatar Jan 12 '18 12:01 dhessler