Skip to content

Commit

Permalink
Revert "fix: Resolve absolute path for start action"
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Aug 23, 2023
1 parent 9484b2e commit de62426
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions actions/start.action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ export class StartAction extends BuildAction {
outputFilePath = join(outDirName, entryFile);
}

// Resolve to real file path
outputFilePath = require.resolve(outputFilePath);

let childProcessArgs: string[] = [];
const argsStartIndex = process.argv.indexOf('--');
if (argsStartIndex >= 0) {
Expand Down

0 comments on commit de62426

Please sign in to comment.