Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
console.log(`Building into ${result.outputPath}`);
}
});
}
if (process.env.STAGE1_ONLY) {
return addons.tree;
}
let embroiderApp = new App(emberApp, addons, options);
if (process.env.STAGE2_ONLY) {
return embroiderApp.tree;
}
let BroccoliPackager = toBroccoliPlugin(packager);
return new BroccoliPackager(embroiderApp, options && options.packagerOptions);
}