-
Notifications
You must be signed in to change notification settings - Fork 492
Verbose output during build? #334
Comments
Well, nevermind. I figured out that output was coming from the |
I don't suppose you, or anyone else knows how to get verbose output from the react-scripts? I need more output to figure out what's going on.
|
Did you try the |
I did, but there was nothing wrong with typescript's resolution. In fact, tsc compiles the app correctly with no errors or warnings. I believe I found the issue and a possible solution: TypeStrong/ts-loader#653 (comment) Oh, and I had to eject and modify the webpack message parser to get more output, which was equally unhelpful. |
Is this a bug report?
Maybe?
Can you also reproduce the problem with npm 4.x?
Yes, we're using npm 4.2.0.
Which terms did you search for in User Guide?
"verbose", "output", "message"
Environment
Node 7.9.0, Npm 4.2.0, react-script-ts 2.16.0, TypeScript 7.9.1
Windows 7
Steps to Reproduce
I have just upgraded from react-script-ts 2.8.0 to 2.16.0 and suddenly we're getting massive amounts of verbose output or messages during a build. It appears to be verbose or debug output from the compiler describing how it is resolving resolving dependencies. Is this expected and if so, is there a way to disable it? In our case, this is producing 15,000 lines of output content which does not appear useful. The only change I made was upgrading the version of react-script-ts (including creating an simple
tslint.json
and atsconfig.prod.json
).The build does complete successfully and ends with the "Compiled successfully." message along with the stats about the output. Previously, that info was the only thing output during the build.
Here is a snippet of the top of our output.
Expected Behavior
No massive amounts of output.
Actual Behavior
Massive amounts of output.
The text was updated successfully, but these errors were encountered: