-
# 🐛 bug report
Using:
```js
import macro from "./macro.js" with { type: "macro" };
```
Fails if I have any custom Babel configurations defined. I'm enabling a few plugins.
I get the fol…
-
Debug build stripping
Deprecate in favor of embroider macros
Deprecate use of the tool by projects
-
### 发生了什么?
node: v20.10.0
pnpm: 9.12.1
仓库版本: e9f097c
完整日志:
```prolog
Windows PowerShell
版权所有(C) Microsoft Corporation。保留所有权利。
安装最新的 PowerShell,了解新功能和改进!https://aka.ms/PSWindows
PS D:\pr…
-
**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…
-
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…
-
![image](https://github.com/facebook/relay/assets/40314104/be086056-15d2-4686-8161-82d2ba62a3ad)
Hello Guys, Does anyone has a solution on how to solve this issue?
**App.test.tsx**
```
impo…
pt147 updated
2 months ago
-
The project was renamed from `babel-macros` to `babel-plugin-macros` to better support babel v7. No other breaking changes.
-
Currently babel-plugin-macros requires macros to be defined in files that match `/[./]macro(\.c?js)?$/`. What if that was `/[./]macro(\.[cm]?js)?$/`?
-
ToDo: motivation, related issues
Tasks:
1. Make configurable `strip_non_essential_fields` in the SWC plugin from outside. Now it's hardcoded to the ENV variable
- or introduce new option `…
-
## 🐛 Bug Report
Getting the below mentioned warning
```
Warning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This wi…