Skip to content

Commit de62426

Browse files
Revert "fix: Resolve absolute path for start action"
1 parent 9484b2e commit de62426

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

actions/start.action.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ export class StartAction extends BuildAction {
154154
outputFilePath = join(outDirName, entryFile);
155155
}
156156

157-
// Resolve to real file path
158-
outputFilePath = require.resolve(outputFilePath);
159-
160157
let childProcessArgs: string[] = [];
161158
const argsStartIndex = process.argv.indexOf('--');
162159
if (argsStartIndex >= 0) {

0 commit comments

Comments
 (0)