Bugfix. Don't wipe dist/converse.js when generating CSS

This commit is contained in:
JC Brand 2019-04-24 14:25:51 +02:00
parent 3ad93b56b3
commit b28d042c85

View File

@ -187,8 +187,8 @@ function parameterize () {
if (type === 'css') {
console.log("Building only CSS");
const fn = config.output.filename;
config.entry = path.resolve(__dirname, 'sass/converse.scss');
config.output = {};
}
if (mode === 'production') {