-
It seems like you're encountering an issue with Storybook's Vite builder. The problem appears to be related to using a virtual package with a name that includes a . (dot), and it seems that the packag…
-
As of 0.5.5 (haven't tested against earlier 0.5.x releases), this is once again throwing during build:
> [broccoli-persistent-filter:Babel > [Babel: @embroider/macros]: Babel: @embroider/macros] wa…
-
I am trying to use babel-plugin-macros (specifically with the twin macro and tailwind) and while it works fine when running normally it fails with jest. This is the relevant part of my jest config:
…
-
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…
-
```
https://github.com/kentcdodds/babel-plugin-macros/blob/master/other/docs/user.md#config
```
The following is valid:
_babel.config.js_
```js
module.exports = {
presets: [require.reso…
-
```ts
import { select } from 'typed-redux-saga/macro';
const getToken = (state: RootState) => state.user.account?.token; // type: (...) => string | undefined
function* fetchAlertsSaga() {
co…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
After adding [evenchange4/graphql.macro](https://github.com/evenchange4/graphql.macro) to my project I got a dependency…
-
## The dependency [babel-plugin-macros](https://github.com/kentcdodds/babel-plugin-macros) was updated from `2.5.0` to `2.5.1`.
🚨 [View failing branch](https://github.com/knpwrs/ms.macro/compare/mas…
-
## Actual Behavior
It would be helpful to be able to get our GitHub Codeclimate checks to pass. Currently, we are getting errors like this:
Parsing error: Cannot find module 'babel-plugin-macros' …
-
doesnt work without es2016 as a preset
```
ERROR in ./~/react-simple-dropdown/lib/components/Dropdown.js
Module build failed: Error: Couldn't find preset "es2016" relative to directory "C:\\Users…