Farnabaz
Farnabaz
Hi, Unfortunately there isn't any option to detect amp page using query params. But to achieve your goal you can create simple redirect rule o redirect urls with `?amp` into...
Hey, Sorry for the late response. I believe this isn't a simple task in Nuxt 2. Amp pages have their own chunks and those chunk will not load in a...
I manage to patch both `shiki` and `onigasm` and create rollup plugin for Nitro. But still there is an issue with WebAssembly memory. Everything works fine with `miniflare` in simulated...
Awesome work @visini, Thanks for the issue and investigation. This is definitely is a tough issue to solve. Unfortunately storybook does not have proper way to customize internals. This might...
Thank you @pocka @philwolstenholme for mentioning the change. Integrating 6.2 needs to consider some changes. I think we should wait for 6.2 official release to support it.
In order to get it worked you need to define first argument for all your stories. This way storybook detects that your story depends on arguments and renders the code....
Try using `Template` without bind. @philwolstenholme ```js export const Default = Template; ```
Nuxt uses Webpack aliases to resolve plugins. These aliases does generates randomly on the build time, unfortunately there is no simple way to integrate webpack aliases with jest.
Hey Would you provide a reproduction project to the issue?
Change `yarn build-storybook` into `yarn nuxt storybook build`.