Rich Harris

Results 268 issues of Rich Harris

### Description If a plugin logs something to the console, the logs are destroyed as soon as the welcome text appears... ``` VITE v3.0.0 ready in 243 ms ➜ Local:...

enhancement
p2-to-be-discussed :cake:

### Describe the bug Ordinarily, building a Vite app results in `import.meta.env.DEV === false` and `import.meta.env.PROD === true` regardless of the `mode` configuration. If you set `mode` when calling `vite.build(...)`...

enhancement
breaking change

enhancement

Because some panes shouldn't be resizable. This is easy enough to do, the real issue is how to communicate it visually

It would be useful to be able to drag all the controls at an intersection simultaneously (whether a 'T junction' or a '+'). To facilitate this with '+' intersections, it...

Via https://github.com/Rich-Harris/butternut/issues/118#issuecomment-302134938 — good list of things to test in https://api.cdnjs.com/libraries

[Repro](https://butternut.now.sh/?version=0.4.4&gist=cf99651d4761f7ece4e0e29067a3df59)

better minification

I was wondering how `uglify-es` was able to compete with Butternut by only mangling variable names. For example, Preact: | | minified | zipped | time | |-------------------------|----------|----------|----------| | butternut...

better minification