MCPcopy Create free account
hub / github.com/webpack/webpack-cli / packagesFrom

Function packagesFrom

test/create-webpack-app/init/generators.test.js:87–88  ·  view source on GitHub ↗
(actions)

Source from the content-addressed store, hash-verified

85 .map((action) => path.basename(action.path));
86
87const packagesFrom = (actions) =>
88 actions.find((action) => action.type === "install-dependencies").packages;
89
90describe("create-webpack-app generators", () => {
91 for (const template of TEMPLATES) {

Callers 1

generators.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected