From 7a10ff6594a44db87b0050810d21acec06b364e5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 30 Aug 2021 16:08:56 +0200 Subject: [PATCH] Readme.md: Make summary about parcel more accurate `node_modules` can't be transpiled, see https://github.com/parcel-bundler/parcel/issues/1655 and https://github.com/parcel-bundler/parcel/issues/6306#issuecomment-846641326 --- packages/core/parcel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/parcel/README.md b/packages/core/parcel/README.md index 87390c57c37..4258096d8c2 100644 --- a/packages/core/parcel/README.md +++ b/packages/core/parcel/README.md @@ -14,7 +14,7 @@ - 🚀 **Blazing fast** bundle times - multicore compilation, and a filesystem cache for fast rebuilds even after a restart. - 📦 Out of the box support for JS, CSS, HTML, file assets, and more - **no plugins to install**. -- 🐠 **Automatically transforms modules** using Babel, PostCSS, and PostHTML when needed - even `node_modules`. +- 🐠 **Automatically transforms modules** using Babel, PostCSS, and PostHTML when needed. - ✂️ Zero configuration **code splitting** using dynamic `import()` statements. - 🔥 Built in support for **hot module replacement** - 🚨 Friendly error logging experience - syntax highlighted code frames help pinpoint the problem.