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

Simplify shared library compilation setup #266

Closed
domdomegg opened this issue Mar 4, 2023 · 1 comment
Closed

Simplify shared library compilation setup #266

domdomegg opened this issue Mar 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@domdomegg
Copy link
Member

Currently changes to the shared library have to be built, and then imported into the other applications (and then rebuilt as part of bundling them!)

We should be able to simplify this so it just exports the TypeScript code, and then the web and server both just consume it directly. This means we should get live refresh all the way through, and saves building it twice.

See:

@domdomegg domdomegg added the enhancement New feature or request label Mar 4, 2023
@domdomegg
Copy link
Member Author

Fixed in #290

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

No branches or pull requests

1 participant