-
Notifications
You must be signed in to change notification settings - Fork 101
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/shopware-pwa/shopware-pwa-docs/14bapynun |
💙 shopware-pwa successfully deployed at https://e6823f8c7e65d8b9f9d3637e29d6406ff32214b0.shopware-pwa.preview.storefrontcloud.io |
|
||
const allowDevMode = !!inputParameters.devMode; | ||
|
||
await toolbox.loadPluginsAssets(); |
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.
in the future, we should prevent some possible timeouts/errors during the downloading and extracting/processing the cms components from SW6. I believe it can be even 20 plugins maybe more with a considerable size.
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.
sure, for now, it has loading indicator with CLI, we'll add something here when we will face real issue to test :)
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.
👍
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.
Looking good to me :)
Changes
closes #617
Docs:
https://shopware-pwa-docs-git-feat-plugin-slots.shopware-pwa.now.sh/guide/plugins.html
Provides a way to:
Checklist