feat(wepback): custom buildPathsupport (#10477)

Co-authored-by: farfromrefuge <dev@akylas.fr>
This commit is contained in:
Igor Randjelovic
2024-01-19 20:23:25 +01:00
committed by GitHub
parent ca886b9a1f
commit 429328495c
12 changed files with 26 additions and 19 deletions

View File

@@ -1,9 +1,7 @@
import CopyWebpackPlugin from 'copy-webpack-plugin';
import { basename, relative, resolve } from 'path';
import Config from 'webpack-chain';
import { sync as globbySync } from 'globby';
import { basename } from 'path';
import { getProjectRootPath } from './project';
import { getEntryDirPath } from './platform';
import { env } from '..';