[FR] Support for vite.js
applike-ss opened this issue · 2 comments
applike-ss commented
Hello,
i am currently trying out vite.js. Sadly i couldn't use react-spinkit with it because the browser complains:
Uncaught ReferenceError: process is not defined
This is caused by: if (!process.env.REACT_SPINKIT_NO_STYLES) {
Could you fix this or add support for vite.js?
best regards,
applike-ss