What is the size impact of importing luxon - a date manipulation library
In this article, I'll take a look at the size impact of importing luxon. I'll check with both webpack & esbuild.
The code
Similar to the date-fns article in this series, I'm testing with a rather simple code:
// import trick from https://github.com/m...
how-to.dev2 min read