Jasper De Moor

Results 116 comments of Jasper De Moor

> @DeMoorJasper any update on this? I'm experiencing the same issue Not really I couldn’t reproduce it so a reproducible minimal example would help

@ronthecookie I've had a look at your example and it's definitely not a thing that should happen. Just realised I did not add any preprocessors for processing the html. The...

@ronthecookie not sure why that happens, the example should work... I've tested it

@NikosEfthias there hasn't been any new issues reported so there's no new releases... There's also a Parcel 2 plugin now, so this plugin will probably get deprecated once Parcel 2...

Not sure if encoding is really neccessary here, the only runtime that can handle binary data right now is nodebox and there we just write the binary data to the...

I can reproduce this, most likely a timeout in the packager making it not available on our s3 bucket. @CompuIves any idea what might be causing this?

Please provide some way to reproduce this

@nex3 sorry totally missed those comments, probably got lost in notifications as I usually just see a lot of "bump" responses to the linked issue instead of any feedback here....

We actually have something like this in parcel atm although it's kinda weird for this use-case. We have the entire codebase hosted through the server to make sourcemaps work in...

@magcius it will be possible with proxies like I mentioned. `—public-dir` never was a cli flag, I think, `—public-url` was removed and `—out-dir` got moved to config in pkg.json Sent...