Rewriting the way ConverseJS is builtin.

This commit is contained in:
John Livingston
2021-02-20 23:12:12 +01:00
parent d9e461f984
commit 39ab460d68
5 changed files with 63 additions and 24 deletions

View File

@ -19,10 +19,10 @@ let config = clientFiles.map(f => ({
}))
config.push({
entry: "./conversejs/conversejs.js",
entry: "./conversejs/builtin.js",
output: {
path: path.resolve(__dirname, "./dist/conversejs"),
filename: "./conversejs.js"
path: path.resolve(__dirname, "./dist/static"),
filename: "./builtin.js"
}
})