Skip to content

Commit 0a81f33

Browse files
authored
Merge pull request #4 from mobikeFE/master
polish(code): no use page
2 parents b6e7d80 + caa4ccc commit 0a81f33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ MpvuePlugin.prototype.apply = function(compiler) {
1111
commonsChunkNames = commonsChunkNames.concat(chunkNames);
1212
}
1313
})
14-
let pages = Object.keys(entry);
1514
compilation.chunks.forEach(commonChunk => {
1615
const { files, chunks: childChunks, name } = commonChunk;
1716
let commonWxssFile = files.find(item => item.endsWith('.wxss'));

0 commit comments

Comments
 (0)