Expand bundle visualizer to monorepo#3465
Conversation
|
Line 6-7 already shows up in VScode for me (has been for a while). Not sure about the |
|
For the second error that looks like an actual misconfiguration of tsconfig. I think for a library like Ethjs The first error message maybe it just wants you to npm install @types/node? |
|
This might be solved with our recent of config changes. Will take another look |
|
Is this still an issue? We've done some related work in the past year, perhaps the issue has been fixed through other PRs. I am not getting this issue locally, but perhaps you are? Lmk and we can close this accordingly |
I started this work this morning since I would want to expand the new bundle visualizer from @roninjin10 to all monorepo packages.
However when I add a new
vite.config.tsfile thetsconfig.jsonfile turns red along and gives out the following error message:We should find out what is happening here before we continue here, maybe someone already has some insight.
Maybe this vite config additions directly to the
buildcommand have side effects (eventually already for EVM), and we would want to make sure that this does not affect other processes.