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

Fix headless build webpack config
This commit is contained in:
JC Brand 2018-10-23 20:40:10 +02:00 committed by GitHub
commit aac8b741b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'