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,901 contributions in the last year
Activity overview
Contribution activity
July 2020
- sokra/tooling.report JavaScript
- sokra/neo-async JavaScript
- sokra/bundler-comparison JavaScript
Created a pull request in webpack/webpack that received 7 comments
add nullish coalescing support
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…
+754
−228
•
7
comments
- Runtime based optimization
- update watchpack
- avoid using deprecated config in test cases
- watch test cases: close correctly, increase timeout
- Backport of resolve.roots for webpack 4
- watch test cases: close correctly, increase timeout
- deprecate optimization.noEmitOnErrors in favor of optimization.emitOnErrors
- use content hashes for assets
- improve compatibly with node.js ESM
- add test case for watching in production
- add test case for watching in production
- call invalid hook also when manually invalidating watching
- Create Cache facade to make it easier to use
- splitChunks improvements
- Http2 defaults for splitChunks
- Improve cleverMerge to respect byDependency order correctly
- providing module do not override already loaded modules
- fix HMR bugs with hashing
- reorder azure pipeline to run slower tests first
- disable used exports optimization in development
- Avoid tracking/printing detailed usage info for modules without exportsType
- CI stability
- add error when trying to write assets that only differ in casing
- handle case when no snapshot can be created in ResolverCachePlugin
- ignore linking errors when the imported module has errors
- Some pull requests not shown.
- add nullish coalescing support
- fix: optimization.emitOnErrors description
- normalize externalsType
- fix: should not fail when output directory is the root directory
- Backport #10773 to webpack 4
- fix: multiple calls close watcher
- exclude --module-rules-options from schema for cli
- Update README.md
- add roots option
- fix(cli): improve processing of number type arguments
- add export * as namespace from "module"
Created an issue in webpack/webpack.js.org that received 4 comments
Note about compiling untrusted code
Feature to document Add a note about compiling untrusted code somewhere into the documentation. Do not compile untrusted code with webpack. It wou…
4
comments