mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
upgrade to latest ADF (alpha) (#194)
* upgrade to latest ADF (alpha) * upgrade js-api * workaround for alfresco-js-api build error
This commit is contained in:
@@ -55,6 +55,9 @@ module.exports = function (config) {
|
||||
captureTimeout: 180000,
|
||||
browserDisconnectTimeout: 180000,
|
||||
browserDisconnectTolerance: 3,
|
||||
browserNoActivityTimeout: 300000
|
||||
browserNoActivityTimeout: 300000,
|
||||
|
||||
// workaround for alfresco-js-api builds
|
||||
webpack: { node: { fs: 'empty', } }
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user