Highlights
- Arctic Code Vault Contributor
Pinned
4,327 contributions in the last year
Activity overview
Contributed to
prettier/prettier,
webpack/webpack-cli,
webpack/webpack-dev-server
and 5 other
repositories
Contribution activity
January 2021
Created 67 commits in 19 repositories
Created a pull request in webpack-contrib/eslint-webpack-plugin that received 7 comments
fix: crash on `split`
This PR contains a: bugfix new feature code refactor test update typo fix metadata update Motivation / Use-Case fixes #61 Breaking Changes …
+223
−15,515
•
7
comments
Opened 41 other pull requests in 17 repositories
webpack/webpack-cli
2
open
15
merged
- Fix entries syntax
- refactor: code
- chore: update `commander`
- refactor: core
- feat: added the `watch` command
- feat: `configtest` validate default configuration
- feat: allow to use `help` command to show option information
- Refactor core command
- refactor: generators
- feat: show multiple suggestions on unknown options
- chore: update `webpack-merge`
- chore: update deps
- fix: pass all `argv` to configurations when `serve` command used
- refactor: `configtest` is the part of webpack-cli
- fix: respect `--stats`, `--color` and `--no-color` option for serve c…
- feat: allow to pass parseOption to CLI class
- fix: double commands output in help
webpack-contrib/terser-webpack-plugin
4
merged
webpack/webpack-dev-middleware
2
merged
webpack-contrib/sass-loader
1
open
1
merged
webpack/webpack-dev-server
2
merged
webpack-contrib/image-minimizer-webpack-plugin
2
merged
webpack-contrib/css-minimizer-webpack-plugin
2
merged
webpack-contrib/less-loader
1
merged
webpack-contrib/postcss-loader
1
merged
webpack-contrib/raw-loader
1
merged
webpack-contrib/file-loader
1
merged
webpack-contrib/url-loader
1
merged
webpack-contrib/stylus-loader
1
merged
webpack-contrib/mini-css-extract-plugin
1
merged
webpack-contrib/compression-webpack-plugin
1
merged
webpack-contrib/html-minimizer-webpack-plugin
1
merged
webpack-contrib/json-minimizer-webpack-plugin
1
merged
Reviewed 66 pull requests in 18 repositories
webpack/webpack-cli 36 pull requests
- feat: added the `watch` command
- fix: use worker from plugin and remove default
- chore: remove redundant action
- fix: warn the user if the JSON stats file already exists
- chore: remove stale code
- tests: serve help
- fix: deprecate migrate package
- tests(init): increase coverage
- refactor: generators
- chore: update webpack to 5.12.2
- tests: refactor
- fix: remove legacy tooling
- fix: improve init generator
- chore(deps-dev): bump webpack from 5.11.1 to 5.12.1
- fix: create sourcemaps on ci
- fix(serve): ts types and warnings
- feat: flexible init scaffolding
- fix: webpack installation prompt message
- docs: fix broken references
- docs: update
- feat: implement new configtest command
- fix: remove splitchunks
- tests: add test for missing packages
- fix(init): remove style-loader from the loader chain
- tests(init): assert for webpack config file content
- Some pull request reviews not shown.
webpack/webpack-dev-server 6 pull requests
- webpack-dev-server v4 -window is not defined #2970
- fix: apply client logging options directly on client loading
- fix: webpack-cli installation message
- Remove double brackets from the ws url when using raw IPv6 address
- refactor: rename describe property to description for cli-flags
- fix: support file: and chrome-extension: protocols in client
webpack/webpack 4 pull requests
webpack/webpack.js.org 3 pull requests
webpack-contrib/terser-webpack-plugin 2 pull requests
webpack/webpack-dev-middleware 2 pull requests
webpack-contrib/stylus-loader 2 pull requests
webpack-contrib/postcss-loader 1 pull request
webpack-contrib/eslint-webpack-plugin 1 pull request
prettier/prettier 1 pull request
benthemonkey/source-map 1 pull request
cssnano/cssnano 1 pull request
webpack-contrib/exports-loader 1 pull request
webpack-contrib/image-minimizer-webpack-plugin 1 pull request
webpack-contrib/html-minimizer-webpack-plugin 1 pull request
webpack-contrib/json-minimizer-webpack-plugin 1 pull request
webpack-contrib/css-minimizer-webpack-plugin 1 pull request
postcss/postcss-calc 1 pull request
Created an issue in survivejs/webpack-merge that received 4 comments
supports Node.js 10
I just want to know if this is possible, we use webpack-merge
in webpack-cli
for commands like:
webpack --config one.config.js --config two.config.…
4
comments