0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,037 stars (1,037 stars)206 forks (206 forks)batch import
help wantedquestion
- Issue 種別
- research
- 前提条件
- なし
- 調査方針
- Check the repository's current package.json and configuration files to see if Babel is still listed as a dependency. Review the codebase to determine if ES6 features are used directly without transpilation. Look for any .babelrc or babel.config.js files. Since this issue is from 2016, consider that modern Node.js versions support most ES6 features natively, so Babel may no longer be needed. The lab CLI may have been updated, so verify its current setup.