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