output.enableAssetManifest
- Type:
boolean - Default:
false
Whether to generate a manifest file that contains information of all assets.
Example
Enable asset manifest:
After compiler, there will be a dist/manifest.json file:
If the current project has multiple types of build artifacts, such as including SSR build artifacts, multiple manifest.json files will be generated.
- web artifact:
asset-manifest.json - node artifact:
asset-manifest-node.json