Jason Miller

Results 1189 comments of Jason Miller
trafficstars

Hi @markerikson - what is your build script like? I believe we infer from filenames passed as --input / position arts, but use the configured names when compiling from `"source"`.

(from slack) - this should only happen on http/1 when reaching the max connection limit. Ideally I'd love to default to HTTP/2, which does pipelining and has no concurrency limitation...

Possibly related to https://github.com/preactjs/preact/issues/2747#issuecomment-699874181

This looks pretty good! I'm wondering if it would make sense to have the `--import-map` option be a path to the JSON import map - would that match what you're...

Approved! There's a discussion around whether Microbundle should be support anything other than the original "bundling for npm" use-case, so I'm going to hold off on merging this just yet.

Heh - glad we are on the same page there. Yes, the discussion is happening in the `#microbundle` channel on the [Preact slack](https://chat.preactjs.com). You can come commiserate with us on...

Ahh good find. Basically this bit of code: https://github.com/preactjs/wmr/blob/64efc9817c28feb5d573e9138fcbb55ea963f100/packages/wmr/src/plugins/optimize-graph-plugin.js#L273-L276 ... needs to be moved to here: https://github.com/preactjs/wmr/blob/64efc9817c28feb5d573e9138fcbb55ea963f100/packages/wmr/src/plugins/optimize-graph-plugin.js#L35 (or, it might even be possible to simply reverse [these two lines](https://github.com/preactjs/wmr/blob/64efc9817c28feb5d573e9138fcbb55ea963f100/packages/wmr/src/plugins/optimize-graph-plugin.js#L33-L34)?)

FWIW @berndartmueller Microbundle already provides that exact feature: ```jsonc // package.json { "mangle": { "properties": "^_" } } ```