MyGit

v0.1.11

web-infra-dev/rspack

版本发布时间: 2023-05-16 17:05:14

web-infra-dev/rspack最新发布版本:v0.3.13(2023-11-15 21:30:09)

Core features

Externals supports Array

module.exports = {
  //...
  externals: {
    subtract: ['./math', 'subtract'],
  },
};

subtract: ['./math', 'subtract'] allows you select part of a module, where ./math is the module and your bundle only requires the subset under the subtract variable.

see more

Support optimization.removeEmptyChunks

Tells Rspack to detect and remove chunks which are empty. Setting optimization.removeEmptyChunks to false will disable this optimization.

see more

Support splitChunks.{cacheGroup}.enforce

see more

What's Changed

Performance Improvements ⚡

Exciting New Features 🎉

Bug Fixes 🐞

Other Changes

New Contributors

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v0.1.10...v0.1.11

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-05-16发行的版本