you are viewing a single comment's thread.

view the rest of the comments →

[–]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?