Re: [pgAdmin4][Patch]: Add command under scripts to run webpack bundle in watch mode

2017-08-25 Thread Ashesh Vashi
Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Wed, Aug 9, 2017 at 6:51 PM, Surinder Kumar < surinder.ku...@enterprisedb.

[pgAdmin4][Patch]: Add command under scripts to run webpack bundle in watch mode

2017-08-09 Thread Surinder Kumar
Hi Currently, whenever we are making a change in JS file, we have to re-run bundle script again to generate all bundles again, which takes time and it is pain for developers to watch it till finished. So Webpack `watch` option lets the Webapck watch for changes in the file and compiles only files