You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: The input is not valid JSON
....
- There is no extra non-JSON content in the output, such as log messages.
As far as I can tell there is no way to turn off this extra logging, so I think there is also a TS-Loader issue as well. In the mean time I am piping the JSON to a file and removing the extra line then running like webpack-bundle-size-analyzer <piped file>
The text was updated successfully, but these errors were encountered:
I have ts-loader configured and it automatically logs the following line...
ts-loader: Using [email protected] and /.../tsconfig.json
So when I run
webpack --json | webpack-bundle-size-analyzer
I get
As far as I can tell there is no way to turn off this extra logging, so I think there is also a TS-Loader issue as well. In the mean time I am piping the JSON to a file and removing the extra line then running like
webpack-bundle-size-analyzer <piped file>
The text was updated successfully, but these errors were encountered: