soundcloud / chunk-manifest-webpack-plugin

Allows exporting a manifest that maps entry chunk names to their output files, instead of keeping the mapping inside the webpack bootstrap.
MIT License
395 stars 73 forks source link

Prepend global window object to emitted file if inlineManifest flag i… #37

Closed iamdavidjackson closed 9 months ago

iamdavidjackson commented 7 years ago

Allows the emitted file to be used inline without the use of https://github.com/jouni-kantola/inline-chunk-manifest-html-webpack-plugin.