Fixes an issue where pgAdmin4 GUI does not display properly in IE 11. Fixes #5361

Use the ES5 dist of @simonwep/pickr to make it work on IE.
This commit is contained in:
Aditya Toshniwal
2020-04-08 11:24:35 +05:30
committed by Akshay Joshi
parent bd0aaf7665
commit 03f4109ac4
2 changed files with 3 additions and 2 deletions

View File

@@ -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'),