UNPKG

@magento/pwa-buildpack

Version:

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

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