David Vallner

Results 8 comments of David Vallner

Vaguely necro comment, but since this is open and I’ve been eyeing Parcel as a Webpack alternative for an Electron project facing issues cited here: Disabling bundling `node_modules` might be...

Why? Ix supports many more operators than that proposal.

Hey, thanks for getting to me anyway! Fair enough if that’s your project’s call; I have a hunch the difference was significant for my project but it’s been a while...

I inadvertently had to look into the difference again because an unrelated issue forced me to investigate using unbundled dependencies. The difference for me is around 500MB of `node_modules` versus...

I think this will become clearer when I define my terminology. I'll be using "module" to mean a CJS / ES6 module - a .js file that requires/imports other modules,...

My easiest available workaround is just not bundling in libraries, but that adds in my case 500MB of production dependencies - of which I only need 12MB - and makes...

That may be the case, but assuming I want to bundle dependencies, I don't have the option of having the files loading the bindings be in different containing folders, and...

It might be possible, and it would be orthogonal to `node-gyp-build` and libraries that use it, but it seems deceptively complex. E.g. `require` probably works for most cases now, but...