Highlights
- Arctic Code Vault Contributor
- 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 up
Popular repositories
6 contributions in the last year
Contribution activity
August - November 2020
July 2020
Created an issue in visionmedia/debug that received 1 comment
How to keep debug in bundles(umd) when optimization.minimize is true in Webpack?
Under optimization.minimize is true, Webpack will remove all console.*. How can i keep them in bundles(umd)? new TersePlugins({ terserOptions: { dr…