Remove reference to deleted file

This commit is contained in:
JC Brand 2020-04-27 17:56:38 +02:00
parent b5eea12d49
commit 8815699d4e
1 changed files with 0 additions and 5 deletions

View File

@ -13,11 +13,6 @@ module.exports = merge(common, {
new HTMLWebpackPlugin({
title: 'Converse.js Dev',
template: 'webpack.html'
}),
new HTMLWebpackPlugin({
filename: 'tests.html',
title: 'Converse.js Tests',
template: 'tests.html'
})
],
});