If you try to run the serverless-elm-demo with serverless-offline and do not specify the offline location as .webpack/service the server will crash when you access one of the sample endpoints.
However the elm files are compiled correctly and also the service packages are created correctly.
For more details see here: https://github.com/ktonon/elm-serverless-demo/pull/3
serverless-webpack should set the location option of serverless-offline automatically to the base path of the compiled outputs (i.e. .webpack/service or any user specified webpack base path).
/cc @ktonon @ringods
Most helpful comment
/cc @ktonon @ringods