ahmadawais / create-guten-block

📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins.
https://Awais.dev/cgb-post
MIT License
3.15k stars 328 forks source link

Build script in cgb-scripts clears the console. #280

Open zmilonas opened 4 years ago

zmilonas commented 4 years ago

Hey,

the cgb-scripts build command is clearing the console. Is there a way to prevent that, make it optional or just straight out abandon this feature?

It's a poor experience when your build chain runs in one of the steps cgb-scripts build and Your console history is gone.

marcusthelin commented 3 years ago

I would also like to disable this feature! It makes debugging super difficult when building blocks in the same process as other stuff.

marcusthelin commented 3 years ago

@ahmadawais Is there a solution?