You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you describe the problem in detail? It would be helpful if you could provide a minimal reproduction.
I guess if you want import x from './suggestTable to be compiled as import x from './suggestTable/index.js, Rslib currently does not support automatic completion of main files. You need to provide the full /index path. For reference, see https://lib.rsbuild.dev/config/lib/auto-extension#default-extension. We will support this in near future.
Can you describe the problem in detail? It would be helpful if you could provide a minimal reproduction.
I guess if you want import x from './suggestTable to be compiled as import x from './suggestTable/index.js, Rslib currently does not support automatic completion of main files. You need to provide the full /index path. For reference, see https://lib.rsbuild.dev/config/lib/auto-extension#default-extension. We will support this in near future.
Version
Details
package.json
rsconfig
error assets examle
Reproduce link
none
Reproduce Steps
none
The text was updated successfully, but these errors were encountered: