-
-
Notifications
You must be signed in to change notification settings - Fork 628
document using functions for replacement values #399
Copy link
Copy link
Closed
Description
- Rollup Plugin Name: replace
- Rollup Plugin Version: 2.3.2
Documentation Is:
- Missing
- Needed
- Confusing
- Not Sure?
Please Explain in Detail...
It is possible to use a function as replacement function:
replace({
BUILD_TIME: () => new Date()
})This is not mentioned in the documentation but would make this plugin very good
Your Proposal for Changes
Add to documentation with example
Reactions are currently unavailable