Anthony Mittaz
Anthony Mittaz
cool on OS X docker is always slow sadly I would if on Linux
@IMFIL thanks for sharing the docker compose docker image, I was just looking for one!
@fakenickels also really like that these crystal project ideas are created as issues. So anyone can create issues without to have to send a PR. and people can vote and...
can be fixed by changing: ``` "esy": { "build": "dune build -p ", ``` to ``` "esy": { "build": "dune build -p #{self.name}", ```
I am using latest published Vite version '2.5.10` and have a custom Vite config: ``` const macrosPlugin = require('vite-plugin-babel-macros'); module.exports = { core: { builder: 'storybook-builder-vite', }, stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],...
Could it be the babel macros plugin causing the issue ? I can't run my code without it but perhaps I can try it with the sample example
Will try first thing this morning
Sorry it took forever here is the repro (based on your react example): https://github.com/sync/example-storybook-vite-babel-error or https://codesandbox.io/s/github/sync/example-storybook-vite-babel-error
This https://github.com/sync/example-storybook-vite-babel-error/blob/main/.storybook/main.js and adding a babel.config.js causes the issue
I can include it get the plugin booted but I have to remove references form api.useChannel (emit)