targetable-react-component-example
v1.0.42
Published
targetable-react-component-example
Downloads
4
Readme
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);
};