Commit aac8b741 authored by JC Brand's avatar JC Brand Committed by GitHub

Merge pull request #1262 from cmrd-senya/fix-webpack-headless

Fix headless build webpack config
parents 7b2d64b0 d60d4fe1
......@@ -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