web-infra-dev/rspack
 Watch   
 Star   
 Fork   
3 days ago
rspack

v2.0.0-rc.1

Highlights 💡

Better tree shaking with side-effect-free function analysis

Rspack can now detect side-effect-free function calls through the #__NO_SIDE_EFFECTS__ notation and manual pureFunctions hints. With support for exported functions and cross-module analysis, unused calls can be identified more reliably, improving tree shaking results and making it easier to optimize both application code and third-party dependencies.

// lib.js
/*@__NO_SIDE_EFFECTS__*/ 
export function call() {
  console.log('hi')
}

// barrel.js
import { call } from './lib'

const value = call()

// if value is unused, call can be removed
export { value }

What's Changed

Breaking Changes 🛠

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document Updates 📖

Other Changes

New Contributors

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v2.0.0-rc.0...v2.0.0-rc.1

11 days ago
rspack

v1.7.11

What's Changed

New Features 🎉

Other Changes

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v1.7.10...v1.7.11

11 days ago
rspack

v2.0.0-rc.0

What's Changed

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document Updates 📖

Other Changes

New Contributors

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v2.0.0-beta.9...v2.0.0-rc.0

15 days ago
rspack

v2.0.0-beta.9

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document Updates 📖

Other Changes

New Contributors

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v2.0.0-beta.8...v2.0.0-beta.9

18 days ago
rspack

v2.0.0-beta.8

What's Changed

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document Updates 📖

Other Changes

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v2.0.0-beta.7...v2.0.0-beta.8

18 days ago
rspack

v1.7.10

What's Changed

New Features 🎉

Other Changes

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v1.7.9...v1.7.10

25 days ago
rspack

v2.0.0-beta.7

What's Changed

Breaking Changes 🛠

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document Updates 📖

Other Changes

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v2.0.0-beta.6...v2.0.0-beta.7

25 days ago
rspack

v1.7.9

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v1.7.8...v1.7.9

2026-03-10 17:46:43
rspack

v2.0.0-beta.6

What's Changed

Breaking Changes 🛠

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document Updates 📖

Other Changes

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v2.0.0-beta.5...v2.0.0-beta.6

2026-03-10 15:41:37
rspack

v1.7.8

What's Changed

New Features 🎉

Other Changes

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v1.7.7...v1.7.8