v3.9.0
π’ 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