Sfoglia il codice sorgente

Remove reference to deleted file

JC Brand 5 anni fa
parent
commit
8815699d4e
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      webpack.serve.js

+ 0 - 5
webpack.serve.js

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