Highlights
- Arctic Code Vault Contributor
- 7 discussions answered
Pinned
2,948 contributions in the last year
Less
More
Activity overview
Contributed to
webpack/webpack,
webpack/enhanced-resolve,
webpack/webpack.js.org
and 5 other
repositories
Contribution activity
March 2021
Created 123 commits in 7 repositories
Created 2 repositories
- sokra/ts-loader JavaScript
- sokra/next-transpile-modules JavaScript
Created a pull request in vercel/next.js that received 11 comments
update webpack, fix runtime location, fix undeclared variable, omit env vars from cache version
this will fix problems with serverless target which doesn't use a runtime chunk It also omit env vars from contributing to cache version as webpac…
+1,982
−874
•
11
comments
Opened 33 other pull requests in 6 repositories
webpack/webpack
1
open
20
merged
- avoid memory leak in v8 ICs after (de)serializing
- improve cache serialization performance by 30%
- fix duplicate new URL and spacing for worker dependencies
- improve error handling in beforeLoaders hook
- fix lazy compilation caching
- fix caching bug when split chunks of an entrypoint change and modules of the entrypoint stay equal
- offer contextify and absolutify in loader context as utils
- fix race condition in MultiCompiler queueing
- fix problem with strict mode for assigning libraries with separate runtime chunk
- allow to place runtime outside of the output path
- DefinePlugin takes care of module invalidation when values have changed
- cleanup modules after compilation to avoid leaking references when they are cached
- fix problem with startup of non-js initial chunks
- allow to define "ignored modules" per dependency
-
add
emitoption for asset modules - fix memory leak in asset generator
- improve hmr error handling abilities
- refactor startup logic to better integrate with libraries
- fix array expansion when using "..."
- avoid making the package.json in context a build dependency
- fix problem where emitting an asset twice affects the hash
vercel/next.js
6
merged
1
closed
microsoft/TypeScript
1
merged
1
closed
TypeStrong/ts-loader
1
merged
martpie/next-transpile-modules
1
open
webpack/webpack.js.org
1
merged
Reviewed 31 pull requests in 6 repositories
webpack/webpack 21 pull requests
- Fix bug when dynamically change the loaders
- (fix): add missing scheme property stats.groupModulesByType
- feat: support separate publicPath for asset modules
- fix: allow invalidation after first watch run
- fix package "imports"
-
fix: allow
globalObjectto be expression - fix types: accept a readonly array for configuration options
- Cover missing branches in AbstractMethodError
- fix: do not skip changes when compilation is suspended
- fix: fix an issue with an output commenting out bootstrap code
- fix: prefix public path in importScripts
- fix: es5
- Opt out of strict mode for some library types
- fixed possible collision with addAll es proposal
- fix: use runtime globals in shared plugin
- fix deterministicGrouping looping over group.nodes's negative indexes
- fix: rename non-harmony to non-es
- Add a test case for resolve.fallback
- Handle Windows UNC paths as Windows paths
- fix: prefer provided external over built-in
- Fix: HotModuleReplacement runtime property bug