Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,816 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 16 commits in 3 repositories
Created a pull request in preactjs/wmr that received 7 comments
chore: replace `tiny-glob` with `totalist` for inputs
There was only tiny-glob usage inside bundler.js to collect HTML input files (updated) and inside watch-plugin.js, which was unused.
No need to bri…
Opened 8 other pull requests in 1 repository
preactjs/wmr
7
merged
1
open
- chore: purge unused plugins
- feat: add `minify` config
- feat: add `publicPath` config key
- fix(prerender): force `file:///` protocol + resolve
- chore: update readme `wmr.config.js` snippet
- chore: fix typo in config snippet
- fix(types): swap `declare` order for `*.module.css` files
- fix(create-wmr): add "wmr" as devdep
Reviewed 6 pull requests in 3 repositories
preactjs/wmr 4 pull requests
lukeed/ley 1 pull request
lukeed/sirv 1 pull request
Created an issue in preactjs/wmr that received 4 comments
Direct `unpkg.com` imports
Example
You can add this to pages/home/index.js inside the demo, and then console.log({ clsx }) anywhere inside the component.
import clsx from 'ht…

