-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
Describe the feature
Since RSC has come out, it would be nice for unbuild to provide the ability to preserve directives / write directives at build time.
'use client' // preserved
...or:
export default defineBuildConfig({
...,
banner: {
js: "use client"
}
});
Additional information
- Would you be willing to help implement this feature?
pi0, anthonyshew and kricsleo
Metadata
Metadata
Assignees
Labels
No labels