0.1.1 • Published 4 years ago

parcel-plugin-bundle-log v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

🔌 parcel-plugin-bundle-log

Log the Parcel bundle object to your console.

Why?

In my opinion, the Parcel docs don't go into much detail. This small plugin makes it easy to console log out Parcel's bundle data, which I find useful for:

  1. plugin development
  2. learning more about Parcel

Installation

npm install --save-dev parcel-plugin-bundle-log

Usage

  1. Install this plugin in a Parcel project
  2. Watch your terminal after running Parcel to see the logged bundle data

Author

Brian Zelip

License

MIT