public inbox for [email protected]
help / color / mirror / Atom feedFrom: Aditya Toshniwal <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgAdmin][RM5361] pgAdmin breaks on IE 11 with @simonwep/pickr
Date: Tue, 7 Apr 2020 16:59:13 +0530
Message-ID: <CAM9w-_kwSe2qsR93sxUztBp5qHDQrb2HRgp_KohawhWXWmguZw@mail.gmail.com> (raw)
Hi Hackers,
Attached is the patch to use the ES5 dist of @simonwep/pickr when bundling
pgAdmin to make it work on IE.
Please review.
--
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"
Attachments:
[application/octet-stream] RM5361.patch (823B, 3-RM5361.patch)
download | inline diff:
diff --git a/web/webpack.shim.js b/web/webpack.shim.js
index bca198d6d..2efcfb451 100644
--- a/web/webpack.shim.js
+++ b/web/webpack.shim.js
@@ -149,7 +149,7 @@ var webpackShimConfig = {
'bignumber': path.join(__dirname, './node_modules/bignumber.js/bignumber'),
'json-bignumber': path.join(__dirname, './node_modules/json-bignumber/dist/JSONBigNumber.min'),
'snap.svg': path.join(__dirname, './node_modules/snapsvg/dist/snap.svg-min'),
- 'color-picker': path.join(__dirname, './node_modules/@simonwep/pickr/dist/pickr.min'),
+ 'color-picker': path.join(__dirname, './node_modules/@simonwep/pickr/dist/pickr.es5.min'),
'mousetrap': path.join(__dirname, './node_modules/mousetrap'),
'tablesorter-metric': path.join(__dirname, './node_modules/tablesorter/dist/js/parsers/parser-metric.min'),
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [pgAdmin][RM5361] pgAdmin breaks on IE 11 with @simonwep/pickr
In-Reply-To: <CAM9w-_kwSe2qsR93sxUztBp5qHDQrb2HRgp_KohawhWXWmguZw@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox