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

feat(cli): ability to disable plugins from shopware instance #1668

Merged
merged 1 commit into from
Sep 15, 2021

Conversation

patzick
Copy link
Collaborator

@patzick patzick commented Sep 15, 2021

Changes

sometimes you may want to disable plugins, which are installed on your shopware instance. Especially when you are locally developing this plugin and want to avoid duplication.
example:

module.exports = {
  shopwareEndpoint: "https://pwa-demo-api.shopware.com/trunk/",
  shopwareDomainsAllowList: ["http://localhost:3000"],
  disabledPlugins: ["my-sw-plugin"],
}

this will disable plugin named my-sw-plugin

@patzick patzick added this to the v1.0.0-RC.2 milestone Sep 15, 2021
@vercel
Copy link

vercel bot commented Sep 15, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/shopware-pwa/shopware-pwa-docs/AqicTKZt7shZmfDL3iyXoQK3K8Wn
✅ Preview: https://shopware-pwa-docs-git-feat-disable-plugins-shopware-pwa.vercel.app

@github-actions
Copy link

💙 shopware-pwa-canary successfully deployed at https://8f684306fdc27aeea39ae1432b7f53722e3ca9a3.shopware-pwa-canary.preview.storefrontcloud.io

@patzick patzick merged commit 277c86f into master Sep 15, 2021
@patzick patzick deleted the feat/disable-plugins branch September 15, 2021 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants