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 up
Pinned
1,151 contributions in the last year
Activity overview
Contributed to
parcel-bundler/parcel,
parcel-bundler/website,
parcel-bundler/source-map
and 5 other
repositories
Contribution activity
September 2020
- mischnic/user-event JavaScript
- mischnic/preact-testing-library JavaScript
- mischnic/postcss-calc JavaScript
Created a pull request in testing-library/user-event that received 5 comments
Also fire pointer/mouseEnter/-Leave on parents
What:
pointerEnter/mouseEnter and pointerLeave/mouseLeave don't bubble but are called for every parent (with e.target being set to the parent).
htt…
+117
−5
•
5
comments
- fix: use require.resolve when resolving default config
- support absolute paths and file:// extension
- Exit with better status codes in watch modes
- Setup cache tests
- Invalidate cache for environment variable and included file changes
- Use babel's lazy import mode for faster startup
- Simplify diagnostics
- Update SourceMaps
- Revert http/2 devserver
Created an issue in parcel-bundler/website that received 4 comments
Document serving static files
From @subuta in parcel-bundler/parcel#3407 (comment):
Create .proxyrc.js with these contents.
const serveStatic = require('serve-static') module.e…
4
comments
- Is there no --out-dir flag for V2 Serve?
- Is there a way to avoid getting parcelRequire added to the .js file?
- How do we prevent Babel from compiling all language features?
- Creating custom code frame from thrown error
- Deploying Parcel build to GitLab Pages
- Equivalent to webpack css-loader option: "modules: { auto: true }"?