-
I get this error when trying to create a new expo-app
5183 verbose pkgid babel-plugin-react-compiler@0.0.0-experimental-7779988-20241007
5184 error code 1
5185 error path C:\Users\isaac\Documents…
-
I'm wanting to use this with vuejs which requires babel to convert the `.vue` file to `.js`.
Currently if I run this I just end up with errors.
```
➜ vue git:(feature/add-default-vue-route) ✗ ya…
-
### babel-polyfill
是对浏览器缺失API的支持。比如浏览器可能没有Array.from() 方法。
-
Could this be implemented using [babel-plugin-macros](https://github.com/kentcdodds/babel-plugin-macros), which will work out of the box with `create-react-app`?
You'd probably have to do something…
-
I follow the installation and setup steps and I got this error.
![Screenshot_20240717-085559](https://github.com/user-attachments/assets/26240714-4ccf-49bb-8ddc-0f1f5c4a03da)
-babel.config.js:…
-
## Config Migration Needed
- [ ] Select this checkbox to let Renovate create an automated Config Migration PR.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Das…
-
I have a problem with babel-plugin-import. I want to use react-pdf-to-image package in my React.js project, I want to transform pdf to jpg so I added this package in my project, after that I got this …
-
## Bug Description
In our babel config, we define:
```js
...
plugins: [
'babel-plugin-syntax-hermes-parser',
...
]
...
```
We also have this in our webpack build:
```js
...
sp…
-
### Description
I am currently integrating React's new experimental compiler into my projects, specifically through the development of a Next.js plugin and a webpack loader, which can be found here…
-
**Issue Labels**
- [ ] has-reproduction
- [x] feature
- [ ] docs
- [ ] blocking
- [ ] good first issue
Now that a library like `create-react-app` has support for `babel-plugin-macr…