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,807 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 9 commits in 3 repositories
Created a pull request in preactjs/wmr that received 2 comments
chore: update readme `wmr.config.js` snippet
Added individual config functions so that that variant is more visible. Although it's mentioned in the paragraph above the code sample, it's still …
Opened 8 other pull requests in 1 repository
preactjs/wmr
5
open
3
merged
- chore: replace `tiny-glob` with `totalist` for inputs
- chore: purge unused plugins
- feat: add `minify` config
- feat: add `publicPath` config key
- fix(prerender): force `file:///` protocol + resolve
- chore: fix typo in config snippet
- fix(types): swap `declare` order for `*.module.css` files
- fix(create-wmr): add "wmr" as devdep
Reviewed 4 pull requests in 3 repositories
preactjs/wmr 2 pull requests
lukeed/ley 1 pull request
lukeed/sirv 1 pull request
Created an issue in preactjs/wmr that received 3 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…