Skip to content

Commit

Permalink
fix: 修复升级检查
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Apr 20, 2019
1 parent 283dbf5 commit af17a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/.sweetrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'] }
]
};

0 comments on commit af17a2a

Please sign in to comment.