#4377·esbuild

使用 --splitting 时, CJS 入口点的动态导入失败

作者: alii创建于 2026年1月15日更新于 2026年8月28日

When using `--splitting`, a dynamic `import()` of a CommonJS module that is also an entry point fails at runtime because the default export is not properly unwrapped.