Filter filesToCopy for faster builds
Adds filtering to filter out node_modules
, package.json
and package-lock.json
from the files copied to the dist
directory for faster builds. As far as I can see, none of these are actually needed inside the dist directory.