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.
1 parent d26d7e6 commit be5f11aCopy full SHA for be5f11a
packages/manifest/src/StatsManager.ts
@@ -89,6 +89,7 @@ class StatsManager {
89
const files = Array.from(remoteEntryNameChunk.files).filter(
90
(f) => !f.includes(HOT_UPDATE_SUFFIX) && !f.endsWith('.css'),
91
);
92
+ assert(files.length > 0, 'no files found for remoteEntry chunk');
93
assert(
94
files.length === 1,
95
`remoteEntry chunk should not have multiple files!, current files: ${files.join(
0 commit comments