0.1.5 • Published 3 years ago
@castletech/pwa-module-product-bundle v0.1.5
PWA Studio Product Bundle Extension

This module depends on Product Types Module, below you can see a simple guide to install the Product Bundle and its dependencies.
1. Installation
yarn add @castletech/pwa-module-product-type @castletech/pwa-module-product-bundle2. Active Product Type module in your local-intercept
const {
wrapProductTypeModule
} = require('@castletech/pwa-module-product-type/targets');
wrapProductTypeModule({
targets
});3. Run project
yarn watch