Vibe version
"monday-ui-react-core": "^2.134.1",
Describe the bug
VITE React Dev server =>
In my VITE react app when i start the app in dev mode all the styles exist and css vars
After Build =>
after build some of the styles exist and the css vars on :root do not exist and everything looks a little incomplete.
Expected behavior
Was expecting that the css variables on :root would be available in the built app as it was in the dev app.
Steps to reproduce
- Create React app with VITE
- use component from
monday-ui-react-core
. (I usedEditableHeading
) - start in dev (note all looks good)
- build
- start built app and not that there are missing css vars
Reproduction example link
No response
System Info
System:
OS: macOS 14.1.2
CPU: (8) arm64 Apple M1 Pro
Memory: 104.61 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.9.0 - ~/.nvm/versions/node/v20.9.0/bin/node
npm: 10.1.0 - ~/.nvm/versions/node/v20.9.0/bin/npm
Browsers:
Brave Browser: 121.1.62.153
Chrome: 129.0.6668.72
Safari: 17.1.2
npmPackages:
monday-ui-react-core: ^2.134.1 => 2.134.1
react: 18.3.1 => 18.3.1
### Additional context, Screenshots
_No response_