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: update windicss import of default configure Files #840

Merged

Conversation

ChrisTowles
Copy link
Contributor

Trying to build the project i ran into issues where windi defaultConfigureFiles was undefined.

image

Looking into the https://github.com/windicss/vite-plugin-windicss repo it appears the windi config files where moved to the '@windicss/config' package.

so changing to this appears to fix.

const { defaultConfigureFiles } = await import('@windicss/config')

@antfu antfu changed the title bug: update windicss import of default configure Files fix: update windicss import of default configure Files Jan 24, 2023
@antfu antfu merged commit 153de63 into slidevjs:main Jan 24, 2023
@tonai tonai mentioned this pull request Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants