Skip to content

Commit 5012c29

Browse files
authored
Forgot to add __dirname
1 parent 9c26e30 commit 5012c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var isInCreateReactAppSource = (
2424
);
2525

2626
function resolve(relativePath) {
27-
return path.resolve(relativePath);
27+
return path.resolve(__dirname, relativePath);
2828
}
2929

3030
if (isInCreateReactAppSource) {

0 commit comments

Comments
 (0)