1.0.42 • Published 3 years ago

targetable-react-component-example v1.0.42

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Add this to root local-intercept.js file

const { Targetables } = require('@magento/pwa-buildpack');

module.exports = targets => { const targetables = Targetables.using(targets); const peregrineTargets = targets.of('@magento/peregrine'); const talonsTarget = peregrineTargets.talons;

const {
    wrapModule
} = require('targetable-react-component-example/targets');

wrapModule(targetables, talonsTarget);

};

1.0.42

3 years ago

1.0.41

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago