When using an esbuild config with file loaders, the `result.outputFiles` may contain files other than the sourcemap and resulting js. This causes an error here https://github.com/marvinhagemeister/karma-esbuild/blob/bcf99827e49c0451feeb27e5bd75c6a5ea049361/src/bundle.ts#L153-L154 when it tries to parse some other file as a sourcemap and fails