-
Notifications
You must be signed in to change notification settings - Fork 308
feat: port ncc bundling pipeline to rspack #1304
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
base: main
Are you sure you want to change the base?
feat: port ncc bundling pipeline to rspack #1304
Conversation
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
…igration-b0f7 Webpack to rspack migration
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Update node-gyp to a Python 3.12+/3.13-compatible release so native test-binary builds work reliably in current macOS environments and no local workaround is required. Co-authored-by: Cursor <cursoragent@cursor.com>
Handle both 4-argument and 5-argument watch callback signatures so changed and removed file sets are forwarded correctly and callbackUndelayed receives file metadata. Co-authored-by: Cursor <cursoragent@cursor.com>
| minify, | ||
| cache, | ||
| v8cache, | ||
| externals: ["@vercel/webpack-asset-relocator-loader"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this dependency need to be external now?
| let sourceMapText; | ||
| let diagnostics = []; | ||
|
|
||
| module.exports = require("ts-loader"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see ts-loader is no longer used but its still in package.json
Is that expected?
Summary
Testing