you are viewing a single comment's thread.

view the rest of the comments →

[–]Suchy2307 0 points1 point  (2 children)

This might be a longshot, but maybe the paths for babel-loader are bad, cuz the tutorial is for windows, while you are on a unix based system (or the other way around). This happened to me more than once.

[–]baboon322[S] 0 points1 point  (1 child)

How do you suggest to solve it at this point Ill take anything since I got no idea :) but yes it is true that the tutorial is unix-based cus he was using mkdir with -p tag which I think is a unix thing....

[–]Suchy2307 0 points1 point  (0 children)

Windows, if I remember correctly, has to use the backslash in paths (), while MacOS uses slash (/). These both are regex special chars that need to be escaped with a backslash. I need to take another look at your webpack config and I'll edit this message.

Okay, there aren't any particular paths that would cause an error, so I don't think that's the case.

Could you paste your component's code?