-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: start plugin and app separately [LIBS-391] [LIBS-392] #848
Conversation
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.
looks good to me! 🚀
should we also update the documentation for the start command: https://github.com/dhis2/app-platform/blob/master/docs/scripts/start.md ?
# [11.3.0](v11.2.2...v11.3.0) (2024-05-30) ### Features * start plugin and app separately [LIBS-391] [LIBS-392] ([#848](#848)) ([82003e7](82003e7))
🎉 This PR is included in version 11.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
# [12.0.0-alpha.2](v12.0.0-alpha.1...v12.0.0-alpha.2) (2024-06-20) ### Bug Fixes * clean up for plugins [LIBS-620] ([#851](#851)) ([13af3b5](13af3b5)) * do not encode username, password ([#852](#852)) ([2fb4272](2fb4272)) * don't start plugins for apps without a plugin entrypoint ([#850](#850)) ([a89d4cf](a89d4cf)) ### Features * parse pluginType from d2 config to add to manifest.webapp ([#849](#849)) ([c1dae23](c1dae23)) * start plugin and app separately [LIBS-391] [LIBS-392] ([#848](#848)) ([82003e7](82003e7))
🎉 This PR is included in version 12.0.0-alpha.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Addresses LIBS-391 and LIBS-392:
yarn start
instead of a minified production build -- this was fixed by allowing multiple chunks to be made in the dev buildyarn start --app
to start just the app oryarn start --plugin
to start just the pluginMinified before & after:
New start script options: