From dde16a1dd734c2fb8bdaa1ba6d41220549bc6a8e Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Sun, 3 Nov 2019 10:49:27 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d9fbe9..f6cf0e4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ rollup({ ## Why named export? 1. Module is a namespace. Default export often leads to function/component per file dogma and makes code less maintainable. -2. Interop with commonjs is broken in many cases. A ways to fight them are known. +2. Interop with commonjs is broken in many cases or hard to maintain. 3. Show me any good language with default exports. It's historical javascriptism.