ConverseJS 9.0.0: first attempt to integrate.

This commit is contained in:
John Livingston
2021-12-06 14:47:34 +01:00
parent 9ac40efb54
commit 79876e1750
7 changed files with 13 additions and 9 deletions

View File

@ -9,8 +9,8 @@ module.exports = merge(prod, {
alias: {
// 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'),
'../sass/converse.scss': path.resolve(__dirname, 'custom/sass/livechat.scss')
'../../templates/background_logo.js$': path.resolve(__dirname, 'custom/templates/background_logo.js'),
'./styles/index.scss$': path.resolve(__dirname, 'custom/shared/styles/livechat.scss')
}
}
})