This commit is contained in:
parent
e6993214ff
commit
acc27ae448
@ -73,9 +73,7 @@ export function vendorFrontendDependencies(params: { distDirPath: string }) {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
run(
|
run(`npx webpack --config ${webpackConfigJsFilePath}`);
|
||||||
`npx webpack --config ${pathRelative(process.cwd(), webpackConfigJsFilePath)}`
|
|
||||||
);
|
|
||||||
|
|
||||||
fs.readdirSync(webpackOutputDirPath)
|
fs.readdirSync(webpackOutputDirPath)
|
||||||
.filter(fileBasename => !fileBasename.endsWith(".txt"))
|
.filter(fileBasename => !fileBasename.endsWith(".txt"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user