I am publishing a React JavaScript component on npm and I was wondering that do I have to build the project and deploy the build folder or not ? Thanks
As per my research you do not have to upload a build folder, because every npm packages stores at node_modules folders after installation so i did not found any build folder at there as a deployed.This is my opinion hope it will help you further.