minus-squareMultipleAnimals@sopuli.xyztoProgrammer Humor@lemmy.ml•My debugging experience today: Quantum Debugginglinkfedilinkarrow-up1·2 years agoYou can imagine how many node projects there are running in production with npm run. I have encountered js/ts/node devs that don’t even know that you should like, build your project, with npm build and then ship and serve the bundle. linkfedilink
minus-squareMultipleAnimals@sopuli.xyztoProgrammer Humor@lemmy.ml•`"☹️".reverse() == "🙂"`linkfedilinkarrow-up2·2 years agoJavaScript taking notes linkfedilink
You can imagine how many node projects there are running in production with
npm run. I have encountered js/ts/node devs that don’t even know that you should like, build your project, withnpm buildand then ship and serve the bundle.