I've added folder with JSON resources to SPM package target resources with .process("Folder") and I see that in built bundle these resources are the same as in sources, even not minified. So what is better to do with JSON files: process them or just copy.
Looks like .copy is faster according to common sense and if files are not changed after .process maybe it would be better to use .copy instead?
Looks like .copy is faster according to common sense and if files are not changed after .process maybe it would be better to use .copy instead?