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 e2cec0e commit 688a632Copy full SHA for 688a632
bin/clean.js
@@ -47,7 +47,7 @@ const main = () => {
47
const isSsr = Array.isArray(manifest[manifestKeys[0]])
48
49
if (wantsSsr && ! isSsr) {
50
- error('Did not expected SSR manifest.')
+ error('Did not find expected SSR manifest.')
51
52
process.exit(1)
53
}
0 commit comments