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
Which was all nice and well until I tried to make a prod build (npm install --production && npm run build) and I realized all the dependencies are configured as devDependencies, even some that shouldn't be. After some trial and error, these are the minimum packages that I had to move to dependencies for things to work properly on my prod build:
Hey guys! I'm new to the community, so what I'm saying might be nonesense 😅 but running this template generated the following
package.json
for me:Which was all nice and well until I tried to make a prod build (
npm install --production && npm run build
) and I realized all the dependencies are configured asdevDependencies
, even some that shouldn't be. After some trial and error, these are the minimum packages that I had to move todependencies
for things to work properly on my prod build:The text was updated successfully, but these errors were encountered: