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
2,757 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in webpack/webpack that received 8 comments
analyse source code for side effects
What kind of change does this PR introduce? feature Did you add tests for your changes? yes Does this PR introduce a breaking change? no What need…
- add missing items from user issues
- sometimes show sponsors by monthly amount
- add webpack 5 announcement
- filename and hash improvements
- add package exports guide
- allow the build step to grab cache from base branch in PRs
- removed obsolete options and update mangleExports option
- add ECMAScript modules guide and reference supported module types
- improve documentation on placeholders
- fix lint-staged script to lint only affected files
- remove process, explain global
- fix configuration page again
- improve build workflow
- fix configuration page: add missing popover tags
- improve configuration page
- Improve migration guide
- follow reexport in concatenated modules even if they are skipped due to side effects
- expose webpack from Compiler
- flag commonjs dependency in try block as optional
- emit error instead of crashing when unexpected problem occurs
- fix called variables with ProvidePlugin
- skip connections copied to concatenated module
- fixes crash in SideEffectsFlagPlugin
- fix crash when using shared with runtimeChunk
- fix some nitpicks with active state
- don't touch not provided exports as they could be on the prototype
- concepts: Document EntryDescription object
- fix(dev-server): delete lazy and filename options
- fix(dev-server): remove hotOnly
- docs(configuration): add example for loader option
- Feature/upgrade deps
- Target
- use webpack 5
- use Ubuntu bionic(18.04) to run CI
- docs(configuration): fix typo
- Added browserslist output.target and output.environment
- update .travis.yml to fix warning
- fixes #3940: document changes to several config options
- Document options in assets
- docs(configuration): document preferRelative
- [Documentation] The explanation about the options and CLI should be swapped.
- docs(config): rename optimization.noEmitOnErrors to optimization.emitOnErrors
- Fix ModuleTemplate.hooks.hash deprecation message
- fix: expose EntryPlugin creation
- Fix require handling with electron; fixes #11599
- Export more types from types.d.ts
- fix: getNumberOfMatchingSizeTypes function call
- Improve suggested Node.js polyfill config
- chore(deps): update `schema-utils`
- Fix compilation of projects where dependsOn is an array
- (feat): add output.clean
- add __webpack_promise__