### Describe the solution When the `--no-bundle` flag is used for building a worker we don't apply our shims like for example the D1 one or the sites/assets ones. This makes it impossible for example not to bundle a worker but still use sites in it. We need a way to provide such shims as this would make for example using lazy loading extremely limited.