Wei
Wei
Roadmap
### Support Antd v4 (✅ supported in 2.0.0) Ant Design is about to release. Compared with v3, the documentation may have breaking change. Extension should support both v3 and v4....
fix #8172 fix #11786 In build watch mode, the `transform` hook will not be called after the load hook of `vite:worker` plugin except in the very first build. So returning...
### Description resolve #7385 Vite now uses https://github.com/lukeed/resolve.exports to determine the target file of exports filed. According to the node.js [spec](https://nodejs.org/api/packages.html#subpath-imports) and this https://github.com/lukeed/resolve.exports/issues/14. This PR made a little fork...
### What problem does this feature solve? Support multiple config file extensions, such as `mjs` `ts` `cjs` `mts` `cts`, especially `ts` for better intellisense and type check. ### What does...
v0.7
# v0.7 Breaking changes: ## 💥 Split check abilities into separate packages After v0.7, the usage will be like: package.json ```json "vite-plugin-checker": "some version", "@vite-plugin-checker/eslint": "some version", "eslint": "some version"...
resolve https://github.com/PKief/vscode-material-icon-theme/issues/2174. - rspack config files as per https://www.rspack.dev/config.html#supported-configuration-file-formats - rsbuild config files as per https://rsbuild.dev/guide/basic/configure-rsbuild#configuration-usage
**What kind of change does this PR introduce?** fix the integration CI fails on node 10.x running on `macos-latest` lately. some context: - `macos-latest` now runs on ARM chips https://github.com/actions/runner-images/issues/9741#issuecomment-2075259811....
**What kind of change does this PR introduce?** Currently, there's no test case covering the following condition, if we comment this condition, no test will fail. https://github.com/webpack/webpack/blob/c586c7b1e027e1d252d68b4372f08a9bce40d96c/lib/javascript/JavascriptModulesPlugin.js#L849-L850 **Did you add...
**What kind of change does this PR introduce?** A prototype PR trying to implement part of #17121. This PR is still rough at present, any modification suggestions and implementation ideas...
**What kind of change does this PR introduce?** Fix some issues introduced in https://github.com/webpack/webpack/pull/18348. - include existing module identifiers to used names to avoid conflict after renaming symbols. - refactor...