CLI to build and develop Next.js apps for Cloudflare Pages
Newer versions of esbuild try to resolve dynamic imports by [crawling the filesystem for matching modules](https://esbuild.github.io/api/#glob). This doesn't work with the code `next-on-pages` generates, because the modules don't necessarily exist on the filesystem. This PR extracts a `moduleName` variable so that esbuild doesn't try to look for matching modules on the filesystem.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by penalosa and has received 2 comments.