mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
This commit is contained in:
committed by
Dave Page
parent
9212699936
commit
b284572afe
@@ -111,6 +111,10 @@ var webpackShimConfig = {
|
||||
'pgadmin.browser.messages': {
|
||||
'deps': ['pgadmin.browser.datamodel'],
|
||||
},
|
||||
'spectrum': {
|
||||
'deps': ['jquery'],
|
||||
'exports': '$.fn.spectrum',
|
||||
},
|
||||
},
|
||||
|
||||
// Map module id to file path used in 'define(['baseurl', 'misc']). It is
|
||||
@@ -138,6 +142,7 @@ var webpackShimConfig = {
|
||||
'dropzone': path.join(__dirname, './node_modules/dropzone/dist/dropzone'),
|
||||
'bignumber': path.join(__dirname, './node_modules/bignumber.js/bignumber'),
|
||||
'snap.svg': path.join(__dirname, './node_modules/snapsvg/dist/snap.svg'),
|
||||
'spectrum': path.join(__dirname, './node_modules/spectrum-colorpicker/spectrum'),
|
||||
|
||||
// AciTree
|
||||
'jquery.acitree': path.join(__dirname, './node_modules/acitree/js/jquery.aciTree.min'),
|
||||
|
||||
Reference in New Issue
Block a user