Skip to content

Commit dbd8267

Browse files
committed
bug #451 pretty-printing entrypoints.json (weaverryan)
This PR was merged into the master branch. Discussion ---------- pretty-printing entrypoints.json Fixes #450 To be consistent with manifest.json, and because this is read by your server, so file size is not an issue. Commits ------- b6e70f9 pretty-printing entrypoints.json
2 parents 0054f3a + b6e70f9 commit dbd8267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/entry-files-manifest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function processOutput(assets) {
4040

4141
return JSON.stringify({
4242
entrypoints: assets
43-
});
43+
}, null, 2);
4444
}
4545

4646
/**

0 commit comments

Comments
 (0)