Nathanael Smith

Results 4 comments of Nathanael Smith

@okaysuper I had the same problem trying to use this in nextjs. I think the problem is that `dns` is built into node, but isn't available in the browser. You...

> I see this with all patch versions 18.0.0..18.0.8 (downgraded one at a time from 18.0.8): > > ``` > ✓ Creating an optimized production build > ✓ Compiled successfully...

Some fair points. I personally like the live reloading, hot reloading. I think it encourages experimentation. However, I don't want to hinder experimentation by slow installs. I'd be more than...

> @un33k thx for the snippet. It helped me import libs in custom server pages. I'm having an issue tho with using libs in the custom server files for example...