From af17a2ac471136d2f431fc0ffb8729009ba0f2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B5=E6=98=8A=E8=BE=B0?= Date: Sun, 21 Apr 2019 01:04:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/.sweetrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/.sweetrc.js b/app/.sweetrc.js index 363a61a4..75e5f695 100644 --- a/app/.sweetrc.js +++ b/app/.sweetrc.js @@ -64,6 +64,6 @@ module.exports = { }, html: [ { template: path.join(__dirname, 'src/index.pug'), excludeChunks: ['videoPlay'] }, - { template: path.join(__dirname, 'src/modules/VideoPlay/videoPlay.pug'), excludeChunks: ['app'] } + { template: path.join(__dirname, 'src/modules/VideoPlay/videoPlay.pug'), excludeChunks: ['index'] } ] };