liting2017 пре 7 година
родитељ
комит
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'],
         }),