Closed
Description
Currently _getServerModuleBundlePath
of app-shell/index.ts
uses a regular expression to try to find the main bundle file.
This is unnecessary since the main bundle will always be named main.js
@alan-agius4 I noticed this issue as a result of your comment that revealed this guessing logic is no longer needed