Compile Error - when project is within nested folder - Error: Expected a backslash preceding the semicolon. #959
Labels
Package: react-email
This is the CLI we generally use as just `email` on the temrinal.
Type: Bug
Confirmed bug
Describe the Bug
If you have your app within a nested folder e.g
apps
, when runningyarn dev
the application fails to compile with the following error:Note if I pull the files into the root folder it works as expected.
Which package is affected (leave empty if unsure)
No response
Link to the code that reproduces this issue
https://github.com/jwarykowski/react-email-nested-folder-issue
To Reproduce
apps
folderyarn && yarn dev
Expected Behavior
Application bundles as expected
What's your node version? (if relevant)
v16.10.0
The text was updated successfully, but these errors were encountered: