Builtin ConverseJS:
* Building with webpack. TODO: include assets. * Page template
This commit is contained in:
@ -18,4 +18,12 @@ let config = clientFiles.map(f => ({
|
||||
plugins: [ new EsmWebpackPlugin() ]
|
||||
}))
|
||||
|
||||
config.push({
|
||||
entry: "./conversejs/conversejs.js",
|
||||
output: {
|
||||
path: path.resolve(__dirname, "./dist/conversejs"),
|
||||
filename: "./conversejs.js"
|
||||
}
|
||||
})
|
||||
|
||||
module.exports = config
|
||||
|
Reference in New Issue
Block a user