Skip to content

Commit fe9b968

Browse files
committed
add back essential.js chunk
1 parent 7bf7831 commit fe9b968

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/Gruntfile.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,14 @@ describe('entry tests', () => {
628628
},
629629
priority: 10
630630
},
631+
'essential': {
632+
name: 'essential',
633+
minChunks: 2,
634+
chunks: (chunk) => {
635+
const chunkNames = ['plc', 'peer_reviews']; // .concat(['code-studio-common'])
636+
return chunkNames.includes(chunk.name);
637+
},
638+
}
631639
}
632640
}
633641

0 commit comments

Comments
 (0)