Skip to content

entryFileNames as option #75

Description

@edoardocavazza

Clear and concise description of the problem

Would it be possible to add an entryFileNames option to override the bundler configuration?
I'd like to generate .d.ts files with a different format than .js files.

I can't currently build a library with vite by specifying the output fileName because I have to set the entryFileNames option in rollup output.

Suggested solution

Pass entryFileNames as plugin option:

isolatedDeclPlugin({ entryFileNames: '[name].[ext]' })

Alternative

No response

Additional context

No response

Validations

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions