-
## Feature Request
- [x ] I would like to work on this feature!
babel-preset-env is amazing :)
I was wondering if you think it is possible to implement a mechanism that would prevent adding pol…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
n/a just documentation needs updating
### Configuration file name
_…
-
Am trying to use https://babeljs.io/repl to compile some javascript for the rhino target, but no matter how I try to specify the target, I keep getting an error message like `BABEL] /repl.js: Unknown …
-
## Bug Report
- [ ] I would like to work on a fix!
**Current behavior**
```
/repl.js: Unexpected token, expected "," (4:14)
2 |
3 | export function A() {
> 4 | return
|…
-
For potential high-level volunteers, such as directors or team leads
ghost updated
7 years ago
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
```js
const traverse = require('@babel/traverse').def…
-
[CodeSandbox](https://codesandbox.io/s/babel-repl-custom-plugin-7s08o?file=/src/index.js) seems to be broken?
^ is the link in the [setup](https://babeljs.io/setup#installation) page.
-
Caveat: I have just recently been learning everything babel, but I've read up extensively, yet it is still possible I misunderstand something.
According to https://babeljs.io/docs/en/babel-plugin-t…
-
Hi!
I have read https://babeljs.io/docs/en/babel-preset-env#no-targets and think I've gotten the gist of it, but I believe the docs are unclear. I will try to point out why:
1. The below quote (…
-
## Feature Request
Allow the ability to pass ENV vars into the babel playground, some plugins only work when a certain NODE_ENV is set, e.g. when prop-types are removed from react in production env…