Skip to content

Commit

Permalink
Readme.md: Make summary about parcel more accurate
Browse files Browse the repository at this point in the history
`node_modules` can't be transpiled, see parcel-bundler#1655 and parcel-bundler#6306 (comment)
  • Loading branch information
danieltroger authored Aug 30, 2021
1 parent 68aba46 commit 7a10ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/parcel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7a10ff6

Please sign in to comment.