babel-plugin-import icon indicating copy to clipboard operation
babel-plugin-import copied to clipboard

`babel-plugin-import` ignores named import from `lodash`

Open TomSssM opened this issue 2 years ago • 0 comments

I use babel-plugin-import together with @babel/preset-typescript and ran into bug that babel doesn't include named import of the lodash noop function if the noop function is used as any. I have put together a little minimal reproducible repo to show everything in more detail. What am I doing wrong? Is it a bug?

TomSssM avatar Jul 10 '21 14:07 TomSssM