I have a file in my app that I want to have copied into the build folder. How is this possible with the npm script setup?
You could customise the build script but easier to copy it into assets instead. I do that for misc js libraries etc.
1 Like