We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5b371 commit 26b9414Copy full SHA for 26b9414
src/cli.ts
@@ -229,6 +229,7 @@ const rollpkg = async () => {
229
message: `Bundlephobia Error: ${
230
errorAsObjectWithMessage(error).message
231
}`,
232
+ fullError: error,
233
});
234
// don' throw EXIT_ON_ERROR because the build has already succeeded
235
// and an error in stats calculation shouldn't cause `rollpkg build` to fail
0 commit comments