We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6e7d80 + caa4ccc commit 0a81f33Copy full SHA for 0a81f33
index.js
@@ -11,7 +11,6 @@ MpvuePlugin.prototype.apply = function(compiler) {
11
commonsChunkNames = commonsChunkNames.concat(chunkNames);
12
}
13
})
14
- let pages = Object.keys(entry);
15
compilation.chunks.forEach(commonChunk => {
16
const { files, chunks: childChunks, name } = commonChunk;
17
let commonWxssFile = files.find(item => item.endsWith('.wxss'));
0 commit comments