Added missing pgagent file in webpack.config.js Fixes #2617

REL-1_X
Surinder Kumar 2017-08-04 17:39:05 +05:30 committed by Akshay Joshi
parent ef48c2ed91
commit 06a65ecf71
1 changed files with 2 additions and 1 deletions

View File

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