ts-retrofit
ts-retrofit copied to clipboard
[SyntaxError: 37:36:unrecognized character '@']
I get [SyntaxError: 37:36:unrecognized character '@'] whenever i use @Path

Having the same issue, not sure what loader is missing or if it can be overwritten with CRA?
I get
[SyntaxError: 37:36:unrecognized character '@']whenever i use@Path
On further investigation, this seems to have fixed it:
https://github.com/org-redtea/react-inversify/issues/1#issuecomment-723492082
Firstly install customize-cra:
yarn add customize-cra react-app-rewired --dev
Then follow the first link.