Skip to content

Commit b6e70f9

Browse files
committed
pretty-printing entrypoints.json
1 parent bbf687b commit b6e70f9

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)