-
Notifications
You must be signed in to change notification settings - Fork 13
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
Stop bundling files into a single bundle #48
Comments
I think people should be able to configure multiple entrypoints instead of using the source directory structure. |
I agree with @ardatan on configuring custom entry points. Bob should check the following for the exports map:
In addition, the bootstrap command (I created in #55) should help people with onboarding to bob and give good defaults. An overview of the current build process: Today, transpilation from ts to js is achieved by running In a monorepository the following happens:
|
Instead of bundling everything into a single bundle, the original file structure within the
src
folder should be kept. This allows users to do deep imports.The text was updated successfully, but these errors were encountered: