parcel-plugin-bundle-log

0.1.1 • Public • Published

🔌 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

Package Sidebar

Install

npm i parcel-plugin-bundle-log

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • bzelip