DEV Community

Discussion on: Do not use destructuring on import

Collapse
 
rendall profile image
rendall

Webpack supports the ES6 style imports. What happens if you do
import { camelCase } from 'lodash'?

Collapse
 
theproductivecoder profile image
Johan Melin

I got the same results, I have updated the article to reflect that.