github web-infra-dev/rsbuild v2.1.3

3 hours ago

Highlights

Import Attributes type: 'text'

Rsbuild now supports the import attributes syntax with { type: 'text' } for importing file contents as source text:

import rawCSS from './example.css' with { type: 'text' };

This aligns with the TC39 Import Text proposal.

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v2.1.2...v2.1.3

Don't miss a new rsbuild release

NewReleases is sending notifications on new releases.