You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently we made the migration of our project from a css lib tha was diiscontinued to Stylex and this lib to use it with Vite.
Running the project locally it works without problems, but when building the project the styles are not being applyed.
Vite config
Versions
@stylexjs/stylex - 0.7.5
vite-plugin-stylex - 0.10.1
vite - 5.4.7
The text was updated successfully, but these errors were encountered:
Recently we made the migration of our project from a css lib tha was diiscontinued to Stylex and this lib to use it with Vite. Running the project locally it works without problems, but when building the project the styles are not being applyed.
Vite config
Versions @stylexjs/stylex - 0.7.5 vite-plugin-stylex - 0.10.1 vite - 5.4.7
Had the same issue. Working with:
"@stylexjs/stylex": "^0.9.3"
"vite": "^5.2.0"
"vite-plugin-stylex": "^0.13.0"
Creating a css file as described here fixed my problems.
Recently we made the migration of our project from a css lib tha was diiscontinued to Stylex and this lib to use it with Vite.
Running the project locally it works without problems, but when building the project the styles are not being applyed.
Vite config
Versions
@stylexjs/stylex - 0.7.5
vite-plugin-stylex - 0.10.1
vite - 5.4.7
The text was updated successfully, but these errors were encountered: