fergiemcdowall / stopword

A module for node.js and the browser that takes in text and strips it of stopwords
MIT License
231 stars 34 forks source link

Test and show how to bundle just small parts of the library #296

Closed eklem closed 10 months ago

eklem commented 2 years ago

For when you only need one or a few languages and want to keep the package size small.

Check for both CJS and ESM Make it a separate page.

eklem commented 10 months ago

Treeshaking now available for ESM.