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

This fixes module not found during 'build' #4

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

mmonari
Copy link
Contributor

@mmonari mmonari commented Dec 12, 2024

Fixes 'npm run build':

> build
> vite build

vite v5.4.11 building for production...
✓ 58 modules transformed.
x Build failed in 2.16s
error during build:
[vite:css] [postcss] Cannot find module '../../../../vendor/filament/filament/tailwind.config.preset'

Solution

This adds an extra '../' into the path location at import preset in the tailwind.config.js file.

@andreia
Copy link
Owner

andreia commented Dec 12, 2024

@mmonari Thank you! :)

@andreia andreia merged commit 3340cf2 into andreia:main Dec 12, 2024
9 checks passed
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.

2 participants