-
Notifications
You must be signed in to change notification settings - Fork 178
Typescript 2.0 - react-dom.server.d.ts not found - works in tsloader #224
Comments
Having the same issue. Been banging my head against the wall trying to track down the source (error message wasn't very clear) and haven't been able to find a version that works. |
More people having the same issue reported on #205. Temporary workaround: Remove |
I also stumbled on this issue last week. Rather than modifying untracked files in i.e.
|
@narkowicz: That's great! Thanks for sharing. Your workaround is however not working for me. |
I'll take a look soon |
@thrandre That's a shame - these ts / webpack setups can be so idiosyncratic! |
Is there a planned release with this patch in? Would be good to get it released and save having to add it as a git dependency in npm. Thanks |
Using TS 2.0RC and the new @types typings - specifically node_modules/@types/react-dom/react-dom.server.d.ts does not get found during build - even though the file is clearly there and loads with ts-loader.
The text was updated successfully, but these errors were encountered: