You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a strange situation where I'm getting a compile error caused by an index.d.ts in a dependency of a dependency. (In my case it's redux depending on symbol-observable.) I've tried changing moduleResolution back to classic, but the error still persists:
ERROR in ./~/symbol-observable/index.d.ts
Module build failed: Error: Typescript emitted no output for c:\src\testapp\node_modules\symbol-observable\index.d.ts
at Object.loader (c:\src\testapp\node_modules\ts-loader\index.js:456:15)
@ ./~/redux/lib/createStore.js 11:24-52
To prove that I'm hopefully not crazy, you can check out an example repo here:
Uh oh!
There was an error while loading. Please reload this page.
I have a strange situation where I'm getting a compile error caused by an index.d.ts in a dependency of a dependency. (In my case it's redux depending on symbol-observable.) I've tried changing moduleResolution back to classic, but the error still persists:
To prove that I'm hopefully not crazy, you can check out an example repo here:
https://github.com/xirzec/broken-tsloader
Just do a
npm run build
to see the error.The text was updated successfully, but these errors were encountered: