liting2017 6 years ago
parent
commit
4d32a2e2bd
1 changed files with 1 additions and 1 deletions
  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'],
         }),