-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request