Fix ConverseJS 9 integration.
This commit is contained in:
parent
79876e1750
commit
564b1b7735
@ -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')
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user