Skip to content

v3.9.0

Choose a tag to compare

@huozhi huozhi released this 23 Sep 23:17
· 497 commits to main since this release

🚒 We support the CSS imports in bunchee 3.9.0

/* src/style.css */
.title { color: orange }
// src/index.js
import './style.css'

export function Brand({ title }) {
  return <h1 className="title">{title}</h1>
}

Feature

Improvements

Full Changelog: v3.8.0...v3.9.0