How come Webpack plugin not needed in split services

How come the the Webpack plugin was needed in the unsplit serverless.yml in Part II, but never in that of any of the services in the mono-api.

The mono-api is more of an example. So we didn’t really fill out the entire API. We left out those details since we didn’t want to complicate it too much.

If you were to make the API as complete as in Part II, would you then put the plugin into each and every one on the four serverless.yml? Or is there a shortcut?

I’m not sure if there is a shortcut but you pretty much treat each service as its own. And so it is possible that some services might not need that or they might be written in a completely separate language as well.