Fix ConverseJS 9 integration.

This commit is contained in:
John Livingston 2022-01-03 14:54:04 +01:00
parent 79876e1750
commit 564b1b7735
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -10,7 +10,7 @@ module.exports = merge(prod, {
// To override a template, use this syntax:
// 'templates/muc_sidebar.js': path.resolve(__dirname, 'custom/templates/muc_sidebar.js')
'../../templates/background_logo.js$': path.resolve(__dirname, 'custom/templates/background_logo.js'),
'./styles/index.scss$': path.resolve(__dirname, 'custom/shared/styles/livechat.scss')
'shared/styles/index.scss$': path.resolve(__dirname, 'custom/shared/styles/livechat.scss')
}
}
})