mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-24 21:55:22 -04:00
revert Signed-off-by: houhaoyu <houhaoyu@huawei.com> Change-Id: I923f315cd1ba9ba6b9b64b10d31d36ccde860210
This commit is contained in:
@@ -145,7 +145,7 @@ export class ResultStates {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
compiler.hooks.entryOption.tap('beforeRun', () => {
|
compiler.hooks.beforeRun.tap('beforeRun', () => {
|
||||||
const rootFileNames: string[] = [];
|
const rootFileNames: string[] = [];
|
||||||
Object.values(projectConfig.entryObj).forEach((fileName: string) => {
|
Object.values(projectConfig.entryObj).forEach((fileName: string) => {
|
||||||
rootFileNames.push(fileName.replace('?entry', ''));
|
rootFileNames.push(fileName.replace('?entry', ''));
|
||||||
|
|||||||
Reference in New Issue
Block a user