@magento/pwa-buildpack
Version:
Build/Layout optimization tooling and Peregrine framework adapters for the Magento PWA
10 lines (8 loc) • 311 B
JavaScript
/** @ignore */
/**
* Builtin targets are called manually from inside Buildpack code. Buildpack
* can't rely on interceptors for all its base functionality, because it still
* has to work in projects that don't have targets installed yet, such as newly
* scaffolded projects.
*/
module.exports = () => {};