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

Looking for some help #12

Closed xuejianchao closed 2 years ago

xuejianchao commented 2 years ago

Hey!

I'm just reading this article, and got a little confused by the part in brackets of this sentence: Instead, we want to focus on things that apply to every library and bundler (or lack of bundler).

So, does the "lack of bundler" means this kind of scenario, that we want to package a library, but using no bundler?

Thanks!

frehner commented 2 years ago

Yes exactly. Whether you use a bundler or not in your library, these things should all still apply! 👍