diff --git a/webpack.config.js b/webpack.config.js index f74c44aca..64ea63f15 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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') {