You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a component library ( reablocks.dev ) that uses Storybook MDX I'd like to use mdxts on to generate the types for my components using this library. Problem is I don't use next on reablocks ( because its a package not a app ) and thus it errors on install.
The text was updated successfully, but these errors were encountered:
The main requirement for Next.js right now is the Webpack loader since I need to generate a glob of modules. Can you configure the Webpack loader yourself or do you need a different bundler loader/plugin? I can also look into a lite mode if the loader can't be used that simply returns static metadata.
Ok cool, give the loader a try and let me know if you run into anything. There are some environment variables the Next.js plugin sets up so you'd need these as well.
I have a component library ( reablocks.dev ) that uses Storybook MDX I'd like to use mdxts on to generate the types for my components using this library. Problem is I don't use next on reablocks ( because its a package not a app ) and thus it errors on install.
The text was updated successfully, but these errors were encountered: