MyGit

v0.1.12

web-infra-dev/rspack

版本发布时间: 2023-05-23 17:30:31

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

Core features

Support resolve.exportsFields

Support set exportsFields in package.json that are used for resolving module requests

module.exports = {
  //...
  resolve: {
    exportsFields: ['source', '...'],
  },
};

Support dataURI

import a from 'data:text/javascript,export default "a";';
expect(a).toBe("a");

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.11...v0.1.12

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

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