liting2017 6 anni fa
parent
commit
4d32a2e2bd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

@@ -55,7 +55,7 @@ module.exports = (function () {
         }),
         new HtmlWebpackPlugin({
             title: '搜索页',
-            filename: 'html/index.html',
+            filename: 'html/search.html',
             template: './template/search.html',
             chunks: ['vendors','search'],
         }),