Jason Miller

Results 1189 comments of Jason Miller

@marvinhagemeister I wonder if we could check for an [npmrc file](https://docs.npmjs.com/configuring-npm/npmrc.html) at `$cwd/.npmrc` and pull the registry from there? Maybe in addition to the flag or something. Or we could...

@pajaydev I'm not sure about a CLI flag, since folks would need to pass it everywhere they run WMR. I actually am thinking maybe as a start we could just...

FWIW I am in favor of this. My preference would be to run the "modern to legacy" portion of the JS transpilation on bundles, rather than on source files, similar...

This should be fixed in #741 and also because we've updated to TypeScript 4. It will be released at some point.

Also just a note: React 17 supports `createElement` just fine. There's no need to quickly jump to using `jsx-runtime`.

The problem is that this makes it impossible to control versioning or change any of the libraries Microbundle uses to build things. It's probably better to use a custom Rollup...

The issue is not conflicting plugins, it is leaking plugin execution itself. If Microbundle exposes Rollup, Micrbundle's version is now tied directly to Rollup's, as well as any of the...

Could do, yeah. But then which would we ship?

I might try to get this splitted out so that it's just the main `wmr.cjs` and `wmr.build.cjs`, which is loaded for the `build` command or `wmr --prebuild`. At 25kb there's...