Bugfix. Don't wipe dist/converse.js when generating CSS
This commit is contained in:
parent
3ad93b56b3
commit
b28d042c85
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user