Redirect JS build script console.log to terminal #2762
peterpeterparker
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Developing custom JavaScript bundler scripts and plugin is a bit painful because dfx does not redirect the
console.log
from the JS build to the command line terminal output when running commands such asdfx deploy
.Therefore I suggest to redirect these to the output. Natively or behind a flag such as
--verbose
.Beta Was this translation helpful? Give feedback.
All reactions