fix: remove extra condition

pull/261/head
meteorlxy 5 years ago
parent 9bc5c5c631
commit 9848fdb1fc

@ -23,7 +23,7 @@ export async function build(root: string, buildOptions: BuildOptions = {}) {
try {
const appChunk = clientResult.output.find(
(chunk) => chunk.type === 'chunk' && chunk.isEntry && chunk
(chunk) => chunk.type === 'chunk' && chunk.isEntry
) as OutputChunk
const cssChunk = clientResult.output.find(

Loading…
Cancel
Save