pgAdmin 4 commit: Do not run javascript bundler,when BUILD_JSMODULES i - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Do not run javascript bundler,when BUILD_JSMODULES i
Date
Msg-id E1dtfLe-0000Ve-2K@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Do not run javascript bundler, when BUILD_JSMODULES is set to False in
the config file.

In that case - we should run the webpack in wait mode in a separate
console/terminal/command-prompt.

Branch
------
WEBPACK_DEVEL

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=03ca9ecc223078770da527844d42a547ee06fecd

Modified Files
--------------
web/pgadmin/utils/javascript/javascript_bundler.py | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: [pgAdmin4][Patch]: Fix context menu fontawesome icons
Next
From: Surinder Kumar
Date:
Subject: [pgAdmin4][Patch]: Use standalone modules prop-types asReact.PropTypes has moved into a different package since React v15.5