-
-
Notifications
You must be signed in to change notification settings - Fork 628
Export defaults from node-resolve plugin #299
Copy link
Copy link
Closed
Description
- Rollup Plugin Name:
node-resolve - Rollup Plugin Version: 7.1.1
Feature Use Case
I want to be able to add .ts and .tsx extensions when using TypeScript but I have to manually repeat default values which adds up unnecessary manual work. If the defaults were exported, I could reuse them easily.
This would function similarly to const { defaults } = require('jest-config').
I can create a PR if you want.
Feature Proposal
Add export keyword to
| const defaults = { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels