frehner / modern-guide-to-packaging-js-library

A guide to help ensure your JavaScript library is the most compatible, fast, and efficient library you can make.
GNU General Public License v3.0
1.44k stars 38 forks source link

Link to bundler documentation #2

Open frehner opened 2 years ago

frehner commented 2 years ago

Feedback:

I do think that linking to webpack/rollup/vite/nextjs/other documentation would be helpful. Like an entry page for 'how to configure a bundler' or maybe other blog posts.

My current thinking is that if this becomes enough of a demand, then we can create additional docs for each bundler. But that's not yet a task I want to take on.

ericwilhite commented 2 years ago

I'd very much like some examples. I tried to spin up my first Typescript library with Vite recently and got lost trying to configure things.