zhangxc 5 năm trước cách đây
mục cha
commit
e24067ec31
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

@@ -111,7 +111,7 @@ module.exports = {
       }
     }),
     new HtmlWebpackPlugin({
-      title: 'disclaimer',
+      title: '免责声明',
       template: path.resolve(__dirname, 'src/html', 'disclaimer.html'),
       filename: 'disclaimer.html',
       chunks: ['vendor', 'common', 'disclaimer'],