[Bug]: When lib is set to format as esm and bundle as false, when importing files with the same name from the same level and parent level, the filenames in the compiled output will also be the same. #580
Labels
🐞 bug
Something isn't working
Version
System: OS: Windows 11 10.0.26100 CPU: (32) x64 Intel(R) Core(TM) i9-14900HX Memory: 7.51 GB / 31.73 GB Browsers: Edge: Chromium (130.0.2849.56) npmPackages: @rslib/core: ^0.1.5 => 0.1.5
Details
When lib is set to format as esm and bundle as false, when importing files with the same name from the same level and parent level, the filenames in the compiled output will also be the same. The example is as follows:
This is my demo https://github.com/superchenwb/rslib-demo
Reproduce link
https://github.com/superchenwb/rslib-demo
Reproduce Steps
for example:
pnpm dev
There are two declarations of WEBPACK_EXTERNAL_MODULE__hook_index_js.
The text was updated successfully, but these errors were encountered: