Commit 8815699d authored by JC Brand's avatar JC Brand

Remove reference to deleted file

parent b5eea12d
...@@ -13,11 +13,6 @@ module.exports = merge(common, { ...@@ -13,11 +13,6 @@ module.exports = merge(common, {
new HTMLWebpackPlugin({ new HTMLWebpackPlugin({
title: 'Converse.js Dev', title: 'Converse.js Dev',
template: 'webpack.html' template: 'webpack.html'
}),
new HTMLWebpackPlugin({
filename: 'tests.html',
title: 'Converse.js Tests',
template: 'tests.html'
}) })
], ],
}); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment