parcel-plugin-bundle-log
v0.1.1
Published
Log the Parcel `bundle` object to your console.
Downloads
1
Maintainers
Readme
🔌 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:
- plugin development
- learning more about Parcel
Installation
npm install --save-dev parcel-plugin-bundle-log
Usage
- Install this plugin in a Parcel project
- Watch your terminal after running Parcel to see the logged bundle data
Author
License
MIT