For loading and accessing stats data from webpack compile
Private
names of all chunks
an array of chuck names of assets
The raw stats data as loaded
webpack status object
Get the asset filename of a chunk by its name
name of chunk
extension of the asset to get (".css", ".js", etc)
".css"
".js"
array of strings
Load webpack's stats according to WEBPACK_DEV env.
WEBPACK_DEV
WEBPACK_ENV
.etmp
dist/server
'@remarks' will look for the data under dir by env XARC_CWD or process.cwd()
XARC_CWD
process.cwd()
For loading and accessing stats data from webpack compile