pgAdmin 4 commit: Remove HardSourceWebpackPlugin as WebPack 4 is fast e

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Remove HardSourceWebpackPlugin as WebPack 4 is fast e
Date: 2019-08-08 14:38:50
Message-ID: E1hvjZ4-0000PY-HX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Remove HardSourceWebpackPlugin as WebPack 4 is fast enough and it causes more problems than it solves.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=99b51f8f20e534b8c79da69af5ea79627355c725
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
libraries.txt | 181 ++++++++++++++++++++++++--------------------------
web/package.json | 1 -
web/webpack.config.js | 15 -----
web/yarn.lock | 64 ++----------------
4 files changed, 95 insertions(+), 166 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-08-08 14:39:13 Re: [pgAdmin] Remove hard-source-webpack-plugin
Previous Message Dave Page 2019-08-08 14:36:25 pgAdmin 4 commit: Set the Werkzeug logger to the same log level as the