Lo Min Ming
Lo Min Ming
Checked `chalk` `index` file and realized that `process` is being called to see whether we are in terminal window, etc. Added the process as a global variable in Vite options....
I'm also hitting `t2.trim is not a function` error. I can't trace exactly where it is yet because the stackblitz demo works. Weirdly could be possibly due to solid-js latest...
This is a super small example: https://svelte.dev/repl/37b572ef3fe44523a1bf1b8faddec66a?version=3.47.0 Bug still exists. ``` import Child from "./Child.svelte" let arr = [123]; let values = 123; ``` ``` //Child.svelte export let arr; export...