Closed KonnorRogers closed 3 years ago
READY/WIP/HOLD
When running the plugin through an external process like next.js the reporting for not finding any assets doesnt propagate to the users log because its currently using process.stdout.write instead of console.info. This PR fixes that.
next.js
process.stdout.write
console.info
fixes #291
@joshuap Im gonna straight merge this. This is just a minor cleanup for a bug I noticed while working on nextjs sourcemaps.
Status
READY/WIP/HOLD
Description
When running the plugin through an external process like
next.js
the reporting for not finding any assets doesnt propagate to the users log because its currently usingprocess.stdout.write
instead ofconsole.info
. This PR fixes that.Related issues
fixes #291