Setup lodash in webpack project
4 May 2022 (Updated 4 May 2022)
On this page
Install packages
n i lodash
n i -D @types/lodash
Use methods
// Cherry-pick methods for smaller bundle
import shuffle from 'lodash/shuffle'
shuffle([2, 4, 6, 8])
Tagged:
JavaScript tooling
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment