jamesplease / jamesplease/testing-with-babel
Investigate `register-babel` necessity
- Dominant language
- No language data
- Stars
- 47
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
I accidentally discovered that I no longer needed to manually register Babel, given that `gulpfile.babel.js` seemed to register it for me, so I removed that from the code in b404c5facb0c.
Shortly after, I decided to update the [generator-babel-boilerplate](https://github.com/babel/generator-babel-boilerplate/) with this change, but @thejameskyle pointed out that it may not be intended to work that way (https://github.com/babel/generator-babel-boilerplate/pull/240#issuecomment-167838422).
This issue to get to the bottom of this!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with commit b404c5facb0c and inspect how gulpfile.babel.js handles Babel registration. Compare that behavior with the generator-babel-boilerplate pull request #240 and its linked comment to determine the intended setup. Done means reaching a clear conclusion about whether manual registration is required and recording or implementing the agreed configuration change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- babel
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100