-
### Describe the bug
```
Can't resolve '/images/some-image.svg' in 'node_modules/.pnpm/@vanilla-extract+webpack-plugin@2.3.11_@types+node@20.14.13_babel-plugin-macros@3.1.0_less@4.2.0_webpack@5.93…
-
TLDR: It should (and does in production), remove the `state.opts.mode` checks and always unroll.
----------
In [discussion over on `ember-auto-import`](https://github.com/ef4/ember-auto-import/i…
-
macros use a babel plugin for dead code elimination, which is more reliable than assuming folks get their terser config correct (what test-waiters currently relies on)
-
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…
-
**Current behavior:**
When using @emotion/babel-plugin to add class labels to styled components, the labels are added multiple times if nested `css` calls are used (at least I think that's the caus…
-
I have a components library made with styled components and published on npm. To have better class names, I'm using `babel-plugin-styled-components,` which works well if I'm working locally. If I publ…
-
With Babel 7 [`babel-plugin-macros`](https://github.com/kentcdodds/babel-plugin-macros) is [enabled by default](https://babeljs.io/blog/2018/08/27/7.0.0#babel-macros-).
It would be cool if one coul…
-
Following the steps in the framework-remix example, I get to the part where you go to localhost:3000 and get the following server error
```
Unexpected Server Error
TypeError: (0 , import_isbot.…
-
### Description
I have a monorepo which uses `yarn workspaces` with `yarn berry`. I am running and bundling the react apps with `webpack 5`.
However, I can't get `babel-plugin-relay` working. When…
-
Consider the following babel plugin config:
```js
babel: {
plugins: [
[require.resolve('some-thing-here'), { option: true }, 'something-here:true'],
]
}
```
We cannot use the utili…