UNPKG

@magento/pwa-buildpack

Version:

Build/Layout optimization tooling and Peregrine framework adapters for the Magento PWA

7 lines (6 loc) 173 B
module.exports = Operation => class PrependOperation extends Operation { run(path) { path.unshiftContainer('children', [this.jsx]); } };