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
Started getting these 3 new TypeScript errors when starting webpack:
[at-loader] ./node_modules/webpack-extension-reloader/typings/webpack-extension-reloader.d.ts:7:13
TS2304: Cannot find name 'IEntriesOption'.
[at-loader] ./node_modules/webpack-extension-reloader/typings/webpack-extension-reloader.d.ts:19:3
TS2666: Exports and export assignments are not permitted in module augmentations.
[at-loader] ./node_modules/webpack-extension-reloader/typings/webpack-extension-reloader.d.ts:20:3
TS2666: Exports and export assignments are not permitted in module augmentations.
When going inside that file I can indeed see the TS errors:
What would be the cause for this?
The text was updated successfully, but these errors were encountered:
I'm not getting these exact errors but if I use typescript style import than TSC says the following: This expression is not constructable. Type 'typeof IExtensionReloaderInstance' has no construct signatures.
Type:
Environment:
I'm going to open a PR:
Description:
Started getting these 3 new TypeScript errors when starting webpack:
When going inside that file I can indeed see the TS errors:
What would be the cause for this?
The text was updated successfully, but these errors were encountered: