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.
start
1 parent 9484b2e commit de62426Copy full SHA for de62426
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