Jason Miller
Jason Miller
I think I still prefer peerDep, though perhaps I need to rethink that now that npm is installing those by default...
I wonder if we could inject this into any existing `babel-loader` present in `rules`. In the current implementation, each `babel-loader` config item in Webpack triggers its own complete Babel pass...
Interesting - I think I've been using terminal themes that somehow avoid this. Is it the `spec` reporter?
I believe the reason we went with parse5 over htmlparser2 was performance, but I'd have to dig up the PR. If htmlparser2 benchmarks similarly then I'd be fine switching to...
Maybe check with Upsy Desky? That looks like the RJ50 from my desk, but I have no idea what pins the RJ45 controllers use.
This should be fixed by #159, which is now released as [Unfetch 5.0.0](https://github.com/developit/unfetch/releases/tag/5.0.0).
This should be fixed as of [isomorphic-unfetch 4.0.1](https://github.com/developit/unfetch/releases/tag/isomorphic-4.0.1).
This is fixed as of [isomorphic-unfetch 4.0.1](https://github.com/developit/unfetch/releases/tag/isomorphic-4.0.1).
Can someone clarify what the actual issue is here? `self` is a browser global and this is a browser module, this should have nothing to do with snowpack or any...
closing since I'm fairly certain this is really about the export map, but please feel free to reopen if that fix didn't actually address.