liting2017 6 年之前
父节点
当前提交
4d32a2e2bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'],
         }),