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
Hi,
I was trying your boilerplate theme without tailwind but it seems that the react build that is build with npm run preview or npm start is a production build and not a development build. When I console log process.env.NODE_ENV it logs development. I followed the readme for installation on a mac and a desktop and the same issue came up on both. Is there any way to change the build type to development?
The text was updated successfully, but these errors were encountered:
Hi,
I was trying your boilerplate theme without tailwind but it seems that the react build that is build with
npm run preview
ornpm start
is a production build and not a development build. When I console logprocess.env.NODE_ENV
it logs development. I followed the readme for installation on a mac and a desktop and the same issue came up on both. Is there any way to change the build type to development?The text was updated successfully, but these errors were encountered: