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 327 forks source link

Turn off minification on dist folder #278

Open lewisself64 opened 4 years ago

lewisself64 commented 4 years ago

I'm new to using React and JavaScript as I'm mainly a PHP dev. I was creating a new block for my theme and found this framework which is really nice to use. However, I was wondering if it's possible to turn off minification on the dist folder as once I have created all my blocks, I want to include it into my WordPress theme instead of a plugin. Could you advise on the best way to do this and if it's possible to turn off the minification.