Browse Source

Remove reference to deleted file

JC Brand 5 years ago
parent
commit
8815699d4e
1 changed files with 0 additions and 5 deletions
  1. 0 5
      webpack.serve.js

+ 0 - 5
webpack.serve.js

@@ -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'
         })
     ],
 });