pgAdmin 4 commit: Define the proper NODE_ENV environment duringrunning

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Define the proper NODE_ENV environment duringrunning
Дата
Msg-id E1dnLJg-0003xA-Lz@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Define the proper NODE_ENV environment during running the webpack.
Using the webpack.DefinePlugin during the development build too, not
just in production build.

Fixes #2596.

Also - passing option 'warning: false' for UglifyJsPlugin, which will
not show warning messages on the console during the production build.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2945b3fe93337174cd423367453621049980a0ae
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/webpack.config.js | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: fix get_types for GPDB
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM_2596 - Query tool not working in DesktopRuntime on Mac OS X