I have a project in Node.js that I compile with babel. However, after running npm run build, some folders and files go missing. I discovered that the missing folders are non-js folders/files. I have a folder called templates that contains .handlebar files but it appears they are not copied into the build directory after building.
I don't understand why. Is it something that concerns configuration?