This commit is contained in:
Joseph Garrone 2024-09-26 20:34:00 +02:00
parent e6993214ff
commit acc27ae448

View File

@ -73,9 +73,7 @@ export function vendorFrontendDependencies(params: { distDirPath: string }) {
)
);
run(
`npx webpack --config ${pathRelative(process.cwd(), webpackConfigJsFilePath)}`
);
run(`npx webpack --config ${webpackConfigJsFilePath}`);
fs.readdirSync(webpackOutputDirPath)
.filter(fileBasename => !fileBasename.endsWith(".txt"))