Skip to content
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

fix: this usage adopt to vite@3.1.0 #52

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

csr632
Copy link
Contributor

@csr632 csr632 commented Sep 7, 2022

@csr632 csr632 changed the title fix: this usage adpot to vite@3.1.0 fix: this usage adopt to vite@3.1.0 Sep 7, 2022
@brillout brillout merged commit 929de27 into brillout:master Sep 7, 2022
@brillout
Copy link
Owner

brillout commented Sep 7, 2022

Seems like TS doesn't like the changes:

src/viteMdxTransclusion/index.ts:44:14 - error TS2339: Property 'configureServer' does not exist on type '{ name: string; configResolved({ root, logger }: { root: any; logger: any; }): void; }'.

44       plugin.configureServer = (server) => {

@csr632
Copy link
Contributor Author

csr632 commented Sep 10, 2022

Seems like TS doesn't like the changes:

src/viteMdxTransclusion/index.ts:44:14 - error TS2339: Property 'configureServer' does not exist on type '{ name: string; configResolved({ root, logger }: { root: any; logger: any; }): void; }'.

44       plugin.configureServer = (server) => {

Fixed in #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants