-
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. …
-
Following this guide https://yarnpkg.com/advanced/migration#run-the-doctor
Versions and System Info
```
$ yarn --version
2.2.2
$ volta install ember-cli
Package ember-cli@3.21.0 is already…
-
For a better debbuging expirence, it was necessary to import the package [styled-components/macro](https://styled-components.com/docs/tooling#babel-macro) because of the my project uses create-react-a…
-
Howdy! Spent the last few hours trying to figure out if I was doing something stupid here, but just hitting walls and Google is letting me down.
I'm trying to use this without the macros by using t…
-
- "codegen.macro": "^1.0.0",
- node -v: v9.11.1
- yarn -v: 1.3.2
I'm generating variables so that my colleague who doesn't know how to code can write simple code now.
[💖this part has n…
-
I have an issue of `@embroider/macros` installation messing up the output of my Ember app code.
From what I'm guessing, it's got something to do with (incorrect) optional chaining operator implementa…
nulle updated
7 months ago
-
is it possible to use this amazing library with https://astro.build?
-
Hey folks! I am getting this message when building/running dev 🤔 do you know why I am seeing this?
```
There was an error trying to load the config "tailwind" for the macro imported from "tailwin…
-
Need to keep track:
* Relay https://github.com/facebook/relay/pull/2171
* Apollo https://github.com/facebookincubator/create-react-app/issues/3856#issuecomment-358696916
* Css-in-js like Emotion
…
-
When using with CRA, its possible to see name of component inside css classes, but I cannot figure out how to make a nice developing/debugging experience when using with Vite.js. Is there any advices …