-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
feat(setup.md): added how to integrate with typia
w/ unplugin-typia
#1074
Conversation
typia
w/ unplugin-typia
This commit changes the capitalization of "ESBuild" to "esbuild" in the setup.mdx document. This change is made to match the official casing of the esbuild project.
This commit changes the casing of 'Webpack' to 'webpack' in the documentation. This is to adhere to the official casing of the webpack project.
This commit introduces a guide for using unplugin-typia, an experimental plugin for integrating typia into various bundlers. The guide includes installation instructions and examples for Vite, Next.js, and esbuild.
11ddc87
to
66ba4cf
Compare
I force-pushed the commits because the commit messages are odd. |
Is there special reason not to configure |
There is no special reason. Also, I don't think this might happens, but if you configure it in |
Thanks for your contribution. I did little bit emend on your content. If my way is not right, it is okay to rolling back. After the |
Then may I guide just to use the It is because even when developing frontend project, I think some developers may run independent |
Yes! Thank you
You are right!! So should I fix the document? or will you do? |
I'll change it and will get review from you. By the way, if If there be some issue in the two weeks, just tell me please. And when you want to change the setup guide content, just send me a PR anytime when you want. |
Nice! Thanks!! |
@ryoppippi Finished changing your content. Can you take a review? As I'm not familiar with English, there can be some errors. |
https://nestia.io/docs/setup/#webpack Only about the The other sections, if you feel confidence, it is okay to remove and make your content to be upper even now. |
For reference, if you accept my change and this PR me merged, the website would be automatically published by pipeline |
@samchon |
Nice Thanks! |
I'll prepare a new PR that making Thanks for interseting and greating plugin. |
related ryoppippi/unplugin-typia#1
I added the guide using typia and unplugin-typia
If you need more information to add the
setup.mdx
, let me know!Cheers!!