Issues with dependencies when attempting to bundle
I attempted to follow the same setup that one user was able to get working to bundle Crawlee here: https://github.com/apify/crawlee/issues/2208#issuecomment-1987270051
Additionally, I've had to add some things to the
excludes in my esbuild, and copy over specific files that Crawlee is looking for into my bundle.However, I'm now running into a cryptic error that
utils.js was not found.Any advice on how to go about bundling in this scenario?
