We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf687b commit b6e70f9Copy full SHA for b6e70f9
lib/plugins/entry-files-manifest.js
@@ -40,7 +40,7 @@ function processOutput(assets) {
40
41
return JSON.stringify({
42
entrypoints: assets
43
- });
+ }, null, 2);
44
}
45
46
/**
0 commit comments