forked from web-infra-dev/rspack
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: split chunks support function type filename #2
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…v#8254) * refactor(rspack_napi): simplify the logic of JsRegExp * fix
fix(core): remove unused files
chore: update Co-authored-by: SoonIter <sooniter@gmail.com>
…-dev#8289) * chore(deps): update dependency @rspack/core to v1 * Apply suggestions from code review --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
chore: run prettier format
* chore: update renovate.json5 * chore: update renovate.json5 * chore: update renovate.json5 * chore: add pnpm group
Release Packages:1.1.0-beta.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
…#8301) * feat(core): improve progress plugin for multi compiler * chore: fix clippy * chore: use lazylock * chore: fix clippy
…-infra-dev#8306) Swatinem/rollup-plugin-dts#323 Fixes web-infra-dev#8277. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* docs: add swc cacheRoot guide * docs: use absolute path * docs: module.exports
…ev#8319) fix: correct usage of pnpm --filter in package scripts
…infra-dev#8324) feat: use lightningcss-v1.0.0-alpha.60 stead of lightningcss_rs
* perf: remove unnecessary regex * chore: remove unused dependency
* perf(cli): enable Node.js compile cache * fix: no need for NODE_DISABLE_COMPILE_CACHE
* refactor(ThreadsafeNodeFS): simplify function return type * refactor: remove unnecessary filesystem trait * refactor: remove unnecessary async block * refactor: remove unnecessary filesystem trait * refactor(rspack_fs_node): create map_error_to_fs_error util to replace duplicate closures refactor(rspack_fs_node): create new_fs_error to simplify code * fix(NodeFsStats): is_symlink is missing * fix: remove unused dependencies
* feat: cache storage * feat: cache storage
* perf: ignore watching files in node_modules * test: fix * fix: defaults * Revert "Revert "docs: update"" This reverts commit 16927f1. * docs: fix
…ra-dev#8678) Clarify support for JavaScriptModulesPlugin as partial
…dev#8689) fix: docs panic for zh lang
…8692) docs: Fix link for Bundle Size link in "en" locale Even for the English locale, the link points to the Chinese documentation. This fixes the link back.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* feat: persistent cache * fix: ci
* perf: bump miette v7 to reduce binary size * fix: lint * fix: lock file
* docs: improve `resolve.mainFields` * docs: fix order * docs: fix order * docs: fix
* perf: init * test: snapshot * test: snapshot * perf * perf * upgrade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
support function type filename for splitChunks
Checklist