-
**Describe the bug**
I want to use Plural JSX element imported from: `import { Plural } from "@lingui/macro";`
In the documentation from the website [https://lingui.dev/ref/macro#plural-1](https://l…
-
**Describe the bug**
`plural` is not working the way we would expect when reading the documentation. We cannot create plural messages based on `plural`, where we inject the value later.
**To Repro…
-
# 🐛 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…
-
Hey, we're using create-react-app 2 which supports babel plugins without ejecting, using https://github.com/kentcdodds/babel-plugin-macros
Is this library compatible? I might look into creating a m…
-
It would be nice to have a babel macro that automatically runs the babel plugin to remove the runtime. That way, this project would work out of the box with "zero" config tools like create-react-app. …
-
Debug build stripping
Deprecate in favor of embroider macros
Deprecate use of the tool by projects
-
When building a project with create-react-app(CRA), styled-components offers importing it via `styled-components/macro` which will seamlessly integrate with CRA's babel config without having to do any…
-
![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
1 month ago
-
This library looks awesome!
Is there any chance of Babel macro support for build-time compilation? This would make fraql a drop-in replacement for graphql.macro as well, for (performant) use with c…
-
Good day.
It would be great if we could support [macros](https://github.com/kentcdodds/babel-plugin-macros) as well.
I am happy to raise a PR if its ok to proceed. Let me know your thoughts.
@AlexG…