bahmutov / bahmutov/generator-node-bahmutov
Transpile to desired Node version
Open
enhancement
question
- Dominant language
- JavaScript
- Stars
- 38
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Add option to setup babel transpile to current node version?
Using https://github.com/babel/babel-preset-env maybe target something like Node 4 by default
```
{
targets: {
node: "4"
}
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the generator's Babel setup and package configuration, since the issue does not name specific files or tests. Check how Babel options are currently assembled, then verify that the generator can target the current Node version while retaining Node 4 as the default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- babel, javascript, node.js
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100