How do you use the 'files' and 'directories' properties in package.json?
问题 If a package.json has a files prop, and/or a directories prop: "files": [ "./src/assets/fonts/" ], "directories": { "assets:": "./src/assets" } What are some ways to make use of them? The documentation does not mention what can be done with them once they have been specified. For example, the files docs say: The "files" field is an array of files to include in your project. If you name a folder in the array, then it will also include the files inside that folder. What does "include in your