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

v2.0.0

⚡️ Rspack 2.0 Released! ⚡️


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/v1.7.11...v2.0.0

8 days ago
rspack

v2.0.0-rc.3

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document Updates 📖

Other Changes

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

11 days ago
rspack

v2.0.0-rc.2

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-rc.1...v2.0.0-rc.2

17 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

25 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

25 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

29 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

2026-03-24 19:05:14
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

2026-03-24 12:24:00
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

2026-03-17 20:03:22
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