Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with nested entries with the same name #4

Open
eye-wave opened this issue Oct 26, 2023 · 0 comments
Open

Problems with nested entries with the same name #4

eye-wave opened this issue Oct 26, 2023 · 0 comments

Comments

@eye-wave
Copy link

for a file structure like this:

src
 - core / index.ts
 - lib / index.ts
 - something / index.ts
 - etc / index.ts

there is only one index file generated and it's in the root of the outdir

dist
 - core / index.js
 - ...
 - index.d.ts

and it's not all of them combined but rather the last one - so in this example contents of etc / index.ts entrypoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant