Highlights
- Arctic Code Vault Contributor
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
4,388 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 19 repositories not shown
Created a pull request in webpack/webpack-cli that received 11 comments
fix: watch mode and options
What kind of change does this PR introduce? bugfix Did you add tests for your changes? Yes If relevant, did you update the documentation? No need S…
- feat: progress supports string argument
- chore(deps): update
- chore(deps): update
- refactor: code
- refactor: code
- fix: run CLI after webpack installation
- fix: move init command to separate package
- fix: output stacktrace on errors
- chore: reduce package size
- fix: support array of functions and promises
- fix: colored output
- tests: relative configs
- fix: support any config name
- fix: avoid unnecessary stringify
- chore: update release script
- chore: fix peerDependencies
- tests: windows
- chore: use the "files" field
- chore: cleanup
- chore: improvement for publish
- fix: performance
- Fix compatibility with the format option
- chore(deps): update
- Test new version
- Refactor code
- fix: improve perf for watching
- fix: improved performance
- fix: improved performance (only node@12 and above)
- Fix es modules options
- refactor: code
- Refactor next
- fix: minification of `mjs` assets
- fix: minify `cjs` assets
- Refactor `needs-parens.js` (part 2)
- Revert breaking changes related to adding pure css parser for minor releasing
- Treat more types as simple type
- Consistent type print
- Flow: support `BigIntLiteralTypeAnnotation` and `BigIntTypeAnnotation`
- Build(deps): Bump flow-parser from 0.136.0 to 0.137.0
- Improve `massageAST`
- Build(deps-dev): Bump eslint-config-prettier from 6.14.0 to 6.15.0
- Build(deps): Bump typescript from 4.0.3 to 4.0.5
- Use `Node.source.offset` from `postcss@8`
- Refactor `needs-parens.js`
- Simplify cursor and range logic
- Support Flow this parameter annotations
- Add parens to object value that it's an assignment
- Build(deps): Bump postcss from 8.1.1 to 8.1.2
- Test "import assertions" on other parsers
- Support TypeScript 4.1 via Babel
- Enable `unicorn/prefer-optional-catch-binding`
- Build(deps): Bump resolve from 1.17.0 to 1.18.1
- JS: Fix `import {a as a}` and `export {a as a}` format
- Support Flow Enums with unknown members
- Add `.git-blame-ignore-revs`
- Build(deps): Bump flow-parser from 0.135.0 to 0.136.0
- Consistent format on invalid template literals
- Update website deps
- Some pull request reviews not shown.
- refactor: pass a callback to webpack from webpack-cli
- chore(deps): bump commander from 6.1.0 to 6.2.0
- tests: for exit-code in case of error in config
- chore(deps-dev): bump webpack from 5.1.3 to 5.2.0
- fix: help and version functionality
- refactor: code
- feat: allow passing strings in env flag
- fix: remove unnecessary optional peer dependencies
- chore: add peer dependencies for yarn pnp
- Log error stack traces to the console
- refactor: cleanup cli creator
- fix: cli-executer supplies args further up
- docs: remove reference to package-utils (deprecated)
- feat: assign config paths in build dependencies in cache config
- fix: handle compiler errors
- feat: coverage
- fix: add compilation lifecycle in watch instance
- fix: cleanup `package-utils` package
- fix: do not log extra help during err
- chore: use default timeout for every test
- chore(webpack-cli): reduce install size
- tests: enable --analyze tests for windows
- feat: add support for interactive output mode
- refactor: remove stale code
- tests: improve watch tests and enable windows
- Some pull request reviews not shown.
- fix: onerror mem leak
- docs: update splitChunks info
- feat: linkType option
- fix: error when reloading async chunk
- fix: onerror request
- refactor: drop normalize-url package
- feat: support for multiple inlined stylesheets in the same style tag
- docs: use css-minimizer-webpack-plugin
- Feat added attributes option
- Feat: added `insert` option
- docs: improved readme
- fix: removed unused `hmr` option
- Docs: fix ambiguous docs
- docs: clean unused link in readme
- Docs: improved readme
- Refactor: remove hmr option in favor Hot Module Replacement
- feat(webpack-5): opt-in to transitive only side effects
- better support for webpack 5
- refactor: use native req/res methods
- chore(deps): update dependency supertest to v6
- feat: etag support
- chore(deps): update all minor dependencies (minor)- autoclosed
- chore(deps): update all patch dependencies to ^26.6.1 (patch)
- chore(deps): update dependency eslint to ^7.12.0
- chore(deps): update dependency webpack to ^5.2.0
- chore(deps): update dependency eslint-config-prettier to ^6.14.0
- feat: port to typescript, generate .d.ts from src
- refactor: use express recommended api
- chore(deps): update all patch dependencies (patch)
- chore(deps): update dependency babel-jest to ^26.6.0
- docs: add information on use with fastify
- chore(deps): update all patch dependencies (patch)
- test(middleware): remove snapshots of output logs
- chore(deps): schema-utils@3, latest others
- Compile top-level await to ES5
- schemas: Allow empty array for dependOn, entry, import, noParse
- fix: isInstall
- Exposing Runtime Requirements from the ModuleFederationPlugin
- followSymLinks Options Added with the snapshots and typings updated
- fix: `jsonpchunkloading` add preload script
- followSymlinks Option added
- Configure Infrastructure logger
- :children_crossing: resolve #11695
- Create Headers
- fix: reorder params
- feat: libraryTarget add assign-properties
- (feat): add output.clean
- Fix typo in browserslist in target.md
- docs(guides): correct bash command in environment-variables.md
- docs(guides): update against webpack 5
- docs: use `webpack serve` instead `webpack-dev-server`
- docs(blog): minor fixes
- docs: update usage of schema-utils
- feat: new CLI documentation
- fix(loaders) Remove svg-inline-loader
- fix syntax error in splitChunks plugin exmple
Created an issue in ai/dual-publish that received 4 comments
update limits and remove sections about bug
https://github.com/ai/dual-publish#limits We recommend to avoid default export because of bug in webpack. It can be misleading because it is not …