Skip to content

Check if unplugin-isolated-decl is work after https://github.com/rolldown/rolldown/issues/1041 #2885

@IWANABETHATGUY

Description

@IWANABETHATGUY

@hyf0

This change could be considered a major update that breaks https://github.com/unplugin/unplugin-isolated-decl

  1. This plugin didn't treat Rolldown specially but regarded it as Rollup.
  2. It relies on the default value of NormalizedOutputOptions.entryFileNames, which is [name].js in Rollup, but now it's undefined.
  3. NormalizedInputOptions.input is string[] | Record<string, string> in Rollup and can be a string in Rolldown.

If this is by design, I hope the Rolldown team will reconsider.

Originally posted by @sxzz in #2835

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Priority

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions