Commit d60d4fe1 authored by cmrd Senya's avatar cmrd Senya

Fix headless build webpack config

parent 7b2d64b0
......@@ -123,7 +123,7 @@ function parameterize () {
if (type === 'headless') {
console.log("Making a headless build");
extend(config, {
entry: "@converse/headless",
entry: "@converse/headless/headless.js",
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'converse-headless.js'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment