We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9484b2e + de62426 commit 130dddeCopy full SHA for 130ddde
actions/start.action.ts
@@ -154,9 +154,6 @@ export class StartAction extends BuildAction {
154
outputFilePath = join(outDirName, entryFile);
155
}
156
157
- // Resolve to real file path
158
- outputFilePath = require.resolve(outputFilePath);
159
-
160
let childProcessArgs: string[] = [];
161
const argsStartIndex = process.argv.indexOf('--');
162
if (argsStartIndex >= 0) {
0 commit comments