@evjs/manifest 0.0.1-rc.18 → 0.0.1-rc.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ npm install @evjs/manifest
|
|
|
10
10
|
|
|
11
11
|
## Purpose
|
|
12
12
|
|
|
13
|
-
Defines the structure of the unified manifest file emitted by `@evjs/webpack-plugin` and consumed by `@evjs/
|
|
13
|
+
Defines the structure of the unified manifest file emitted by `@evjs/webpack-plugin` and consumed by `@evjs/client` and `@evjs/server`. A single `dist/manifest.json` contains both server and client build metadata:
|
|
14
14
|
|
|
15
15
|
## Manifest (v1)
|
|
16
16
|
|