-
Notifications
You must be signed in to change notification settings - Fork 24
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(packages/tuono): config – add optimizeDeps
and plugins
to vite
options
#197
Conversation
d2f8175
to
1629b0b
Compare
1629b0b
to
2a0b621
Compare
* From a given {@link TuonoConfig} return a `vite` "mergeable" {@link InlineConfig} | ||
* including all default tuono related options | ||
*/ | ||
function createBaseViteConfigFromTuonoConfig( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super cool!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR looks amazing. I left a very little comment about a console.log
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks
Context & Description
Close #183.
Remove
mdx
related config fromtuono
npm packageconsole.log
include
option fromvite
react
plugin([Documentation]: move mdx configuration into
tuono.config.ts
#212)