mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added missing pgagent file in webpack.config.js Fixes #2617
This commit is contained in:
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
Block a user