-
## Bug Report
For me this looks like duplicate of https://github.com/babel/babel/issues/4219 which is closed.
I've encountered this problem in our project but reproduced it in standalone version as …
-
## Bug Report
- [ ] I would like to work on a fix!
**Current behavior**
Hello, I have one problem, you can see this problem if you run the `index.html` file in my example project https:/…
ar53n updated
4 years ago
-
## Feature Request
- [x] I would like to work on this feature!
**Is your feature request related to a problem? Please describe.**
The only problem is wanting to land the new ["wavy-dot" event…
-
## Bug Report
I (and others) get an error when running the build of a create-react-app project ("Minified React error #130 - 'this' in JSX arrow function", see
*Note: I had hoped to find a exis…
-
## Bug Report
- [ ] I would like to work on a fix!
**Current behavior**
When processing a file where all its contents is removed during transpilation, comments are also removed. If some code is…
-
## Bug Report
- [ ] I would like to work on a fix!
**Current behavior**
A clear and concise description of the behavior.
It is understood that @babel/register ignores node_modules by d…
-
## Bug Report
- [x] I would like to work on a fix!
**Current behavior**
A clear and concise description of the behavior.
- [REPL](babeljs.io/repl), [Codesandbox](https://codesandbox.io…
-
When I set for `@babel/preset-env: {"corejs": 3, "useBuiltIns": "usage"}` and the input file contains:
```javascript
import 'core-js'
import 'regenerator-runtime/runtime'
```
Babel says “When s…
-
## Bug Report
- [ ] I would like to work on a fix!
**Current Behavior**
When running babel with typescript, `babel . -d lib --extensions '.ts,.tsx'`, it throw an exception with
```
T…
1zg12 updated
4 years ago
-
## Bug Report
**Current Behavior**
When I run babel-cli with the `--watch` flag, files that I delete from my src directory still remain present in the output directory.
**Expected behavior/code…