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

Bundle front end and back end plugins #6468

Open
andreievg opened this issue Feb 10, 2025 · 0 comments
Open

Bundle front end and back end plugins #6468

andreievg opened this issue Feb 10, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request feature: plugin Team Ruru 🦉 Roxy, Ferg, Noel
Milestone

Comments

@andreievg
Copy link
Collaborator

Is your feature request related to a problem? Please describe 👀

This issue is related to: #5836, which is partially solved in existing PR.

Would like two things, type safety for back end plugins and for both front end and back end plugins to be bundled together, as they will more often then not be worked on together

Describe the solution you'd like 🎁

Expect back end plugins to be located in the same place as front end, in the same repository, thus they would need to be in front end 'common/plugins' when implemented, we can do the same thing as front end plugins, share webpack config and tsconfig, and expose types from back end view 'ts-link' crate.

The bundling cli should look in folders for both backend and front end plugins (but can of course can be pointed to an individual plugin)

Describe alternatives you've considered 💭

Additional context 💌

Moneyworks Jobcode 🧰

@andreievg andreievg added enhancement New feature or request needs triage labels Feb 10, 2025
@andreievg andreievg self-assigned this Feb 10, 2025
@andreievg andreievg added this to the v2.6.0 milestone Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: plugin Team Ruru 🦉 Roxy, Ferg, Noel
Projects
None yet
Development

No branches or pull requests

1 participant