-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/5 tsbuild config #11
Conversation
…ised prevents crash due to undefined script ordering for new installations
…ompatibility with TS project references
…fig files for independent build mode to avoid incompatibilities between Storybook bundling & TS compiler behaviour.
This'll do 😜 documentation incoming... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, great job.
Looks very well organised. I tested the build and everything is running smoothly. Haven't yet got imports working when linking locally to the monorepo from the launcher though. Any tips?
[commonjs--resolver] Failed to resolve entry for package "@neighbourhoods/design-system-components". The package may have incorrect main/module/exports specified in its package.json. error during build: Error: Failed to resolve entry for package "@neighbourhoods/design-system-components". The package may have incorrect main/module/exports specified in its package.json.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And thanks for the docs! Very helpful.
Implements #5.