shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.44k stars 184 forks source link

How to use the values of the manifest.json ? #41

Closed DanDvoracek closed 7 years ago

DanDvoracek commented 7 years ago

Sorry, the question sounds dumb but it's the first time I do that and I can't figure out the usage of the manifest.json that we generate. How do I refer to those values once in the HTML/php ? Am I supposed to parse the entire json everytime I want to use a value on a page?

Thanks

DanDvoracek commented 7 years ago

Actually, I answered my own question. I was simply wondering if this plugin has some built-in features but I suppose it makes sense to leave the choice to the user. So I'll close this issue that has never really been one ;)