From 36b870ecfbe3be0f625ee1357e0b4bb4a47ce1a1 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Mon, 31 May 2021 20:03:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4a98e2..0610ab8 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Besides, good stuff that comes with using this template: Reasons why you might want to use TS_CI over TSDX - TSDX doesn't help you with publishing on NPM, creating GitHub releases and maintaining a CHANGELOG.md. -- TSDX bundle your module into a single minified `index.js` which is not what you want if your module is for node. +- TSDX bundles your module into a single minified `index.js` which is not what you want if your module is for node. It's not even what you want if you are targeting the web because it will prevent users from cherry-picking what they want to import from your library. Imagine how it would impact the bundle size if `material-ui` didn't let you cherry pick what component of the lib you want to import.