Default to Object.assign()?
Open
question
- Dominant language
- JavaScript
- Stars
- 874
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
I've been looking at replacing Webpack + Babel with Rollup + Bublé for some small projects I'm working on, and very much resonated with the zero-config approach.
However, one thing that I consistently forget to do is set the `objectAssign` property for Bublé.
Is it possible to have it use Object.assign by default instead of throwing an error?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how Bublé handles the objectAssign option and where the current error is emitted. Review the related behavior and tests, then confirm that omitting the option uses Object.assign by default instead of throwing an error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100