-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to use without nextjs #122
Comments
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. |
Yes I can configure the loader myself ! |
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. |
This library is no longer strictly dependent on Next.js, please see the guides section for how to use renoun with other frameworks. |
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: