Michel Weststrate

Results 276 comments of Michel Weststrate

Doh didn't see the notification earlier (too many of those). Will check it out later :) Op di 15 mei 2018 om 09:34 schreef Kuitos : > @mweststrate @Strate >...

+1, we've run into same (or similar) problem. Switching to ts-loader solved it in our case

I think you are looking for this package / VS Code extension: https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost / https://www.npmjs.com/package/import-cost, which is the underlying package that is being used here

I tried that, but it is basically interpreted as a side-effect full import, always yielding the same result as `* as` from what I tried, so didn't seen to add...

Sounds like an actual bug that would be worth fixing, rather than needing an additional flag :). This package is used to report import sizes in VSCode, so that is...

might be related to https://github.com/facebook/flipper/issues/1968

Reporting errors is not always actionable. If a sample project could be shared that'd be great

PR welcome On Wed, 30 Mar 2022, 17:43 Yufan Sheng, ***@***.***> wrote: > npm ERR! Found: ***@***.*** > npm ERR! node_modules/react > npm ERR! react@"^18.0.0" from the root project >...

Reproduction etc plz On Sun, 2 Jan 2022, 08:39 码中仙, ***@***.***> wrote: > index.js:1437 .***@***.***@use-immer/dist/use-immer.module.js > Attempted import error: 'freeze' is not exported from 'immer' (imported as 'r'). > >...