yarn @rsbuild/core 2.1.3
v2.1.3

latest releases: 2.2.0-beta.1, 2.1.13, 2.1.12...
one month 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 core release

NewReleases is sending notifications on new releases.