Closed
Description
What problem does this feature solve?
When using vue-cli in a monorepo project there might be apps sharing the public folder content, at least partially. With the current static public folder those apps must duplicate that content.
What does the proposed API look like?
A public
config option, allowing to set a array of paths that will be looked at for the content to be copied. The current public dir should be always considered and taken as priority.