Skip to content

Commit 7f97abd

Browse files
fix: use raw sources dir
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent 414c3df commit 7f97abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/componentize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export async function componentize(
227227
console.error(env);
228228
}
229229

230-
let initializerPath = maybeWindowsPath(join(sourcesDir, 'initializer.js'));
230+
let initializerPath = join(sourcesDir, 'initializer.js');
231231
sourcePath = maybeWindowsPath(sourcePath);
232232
let workspacePrefix = dirname(sourcePath);
233233

0 commit comments

Comments
 (0)