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
836 contributions in the last year
Contribution activity
May 2020
- osdevisnot/atomico JavaScript
- osdevisnot/fitext JavaScript
Created a pull request in pierredarrieutort/fitext that received 4 comments
fix umd output for the builds
This PR fixes the umd build issues for using in older browsers like IE11. By convention, klap reads package.json to determine build targets like this:
+11
−6
•
4
comments
Created an issue in osdevisnot/klap that received 1 comment
Support Dev Expressions
babel-plugin-dev-expression helps eliminate development checks in production mode.
For example:
if (__DEV__) { console.log('foo');
}
is transforme…
1
comment