October 2017
Intermediate to advanced
302 pages
7h 27m
English
In Chapter 2, Getting Started with Webpack, when we set up our Webpack build configuration, we ensured that our build process generated an asset manifest, with the filename asset-manifest.json.
This file contains a list of the JavaScript files our application uses. If we want to, we can configure it to also list the CSS and image files we use.
This asset manifest gives us an idea of what manifests are used for--describing some part of application. Our web app manifest is similar, but simply describes what our application is all about from a higher level, in a way that resembles an App Store description of a native app.
That's what it looks like, and we'll dive more into that soon as we build out our file, but the ...
Read now
Unlock full access