Dockware Setup (Docker)

We recommanded dockware for local docker development. It's absolutly easy to manage projects setups

Shopware 6.7 (B2Bsellers v4.x.x) Special Configuration

Shopware 6.7 introduces changes in the build tooling, replacing webpack with Vite. As a result, some new configurations are necessary for plugin development, including the B2Bsellers suite. These configurations are relevant for all plugin developers targeting Shopware 6.7.

Docker Compose Configuration

First, examine your docker-compose.yml file. Here's an example setup:

Ensure ports 5333-5356 are open to facilitate Vite operations.

Running the Admin Watcher

Start the watcher for the Admin with the following command:

This will enable the admin-watcher to function correctly, leveraging Vite's capabilities.

Last updated

Was this helpful?