We are struggling a litt…
We are struggling a little bit with our node services because of the single package.json rule.
We could mitigate the problem a little bit in our express app by using "externalDependencies": "none"
, but we’re struggling with a websocket service, we think it’s because it uses libraries with dynamic requires.