parcel-plugin-bundle-visualiser icon indicating copy to clipboard operation
parcel-plugin-bundle-visualiser copied to clipboard

Disable report generation on build servers

Open HosseinAgha opened this issue 6 years ago • 1 comments

In build servers reports are not important but NODE_ENV should be production.
Is there a way to disable this by a flag?

HosseinAgha avatar Oct 02 '18 10:10 HosseinAgha

Would hooking into Parcel's detailedReport option make sense here? This is the opposite of what the plugin does currently, but offers the developer control when running builds.

PR to discuss: https://github.com/gregtillbrook/parcel-plugin-bundle-visualiser/pull/28

adamduncan avatar Apr 01 '20 10:04 adamduncan