feature/dual bundler test#31
Merged
Merged
Conversation
b2l
commented
May 4, 2026
- Make offline plugin rspack compatible
- Fix build
- chore: setup vitest + typescript + rspack for integration tests
- feat(tests): add compile + extract-sw-data helpers with smoke test
- test: add sw-emission integration tests (dual bundler)
- test: add sw-entry (child compilation) tests + fix rspack getAsset bug
- test: add runtime-loader integration tests (dual bundler)
- test: add assets-resolution integration tests (dual bundler)
- test: add paths resolution integration tests (dual bundler)
- test: add rewrites integration tests (dual bundler)
- chore: remove old snapshot test fixtures, clean up devDependencies
- chore: remove redundant smoke test
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The test proves that rspack's compilation.getAsset().source is undefined for child compilation assets. The fix reads compilation.assets[filename] directly (works in both webpack and rspack) before calling deleteAsset. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ness Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…bility Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ernals preservation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add entries and devtool options to baseConfig helper - Refactor distribution tests (additional/optional/:rest:/uniqueness) to use multi-entry (main.js + extra.js) so :rest: actually captures real webpack assets - Refactor glob/regexp/excludes tests to use devtool: 'source-map' so .map exclusion is tested against actual .map files - hashesMap test now verifies multiple entries in the map Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5ed50cd to
491b911
Compare
This file contains hidden or 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
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.