We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414c3df commit 7f97abdCopy full SHA for 7f97abd
src/componentize.js
@@ -227,7 +227,7 @@ export async function componentize(
227
console.error(env);
228
}
229
230
- let initializerPath = maybeWindowsPath(join(sourcesDir, 'initializer.js'));
+ let initializerPath = join(sourcesDir, 'initializer.js');
231
sourcePath = maybeWindowsPath(sourcePath);
232
let workspacePrefix = dirname(sourcePath);
233
0 commit comments