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