Added missing pgagent file in webpack.config.js Fixes #2617
parent
ef48c2ed91
commit
06a65ecf71
|
|
@ -222,7 +222,8 @@ module.exports = {
|
|||
',pgadmin.tools.maintenance' +
|
||||
',pgadmin.tools.import_export' +
|
||||
',pgadmin.tools.debugger.controller' +
|
||||
',pgadmin.tools.debugger.direct',
|
||||
',pgadmin.tools.debugger.direct' +
|
||||
',pgadmin.node.pga_job',
|
||||
},
|
||||
}, {
|
||||
test: require.resolve('snapsvg'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue