Joe Bell

Results 51 comments of Joe Bell

Cheers @brattonross, I'll take a look when I find a moment 🙏

Hey! Sorry I'm confused, are you talking specifically about `@plaiceholder/next` or `plaiceholder` as a whole when you say no typings? `plaiceholder` is built with TypeScript!

Thanks for the alternative approach! I'm cautious of adding this in just yet – need some time to properly review the proposal and test

No progress as of yet. It's on my todo list, but I'm prioritising other things in life at the moment

Appreciate the PR @kruserr 🙏 Not sure I'm keen on the `let` approach – when I find a moment I'll suggest an alternative and get back to you Thanks again!

No news, I'm afraid – I balance maintaining open-source and my personal life in my free-time, and my personal life always takes priority 🙏 I haven't merged yet because it...

Hey! Sounds like a reasonable feature request – I think my preference would be a `publicDir` prop Unfortunately, I'm pretty strapped for time at the moment so I'll leave this...

I'm now the owner of `raam` org on npm 🎉

Just chiming in to say that **adding `"sideEffects": false` to my app's `package.json`** solved this issue for me (for `[email protected].*`)

Not the prettiest, but this works for me at solving the `process is not defined`… ```js // .ladle/config.mjs export default { define: { "process.env": process.env, }, }; ``` Still trying...