• Kanitkorn Sujautra's avatar
    Create asset filenames mapping on the build output (#891) · 88c15d09
    Kanitkorn Sujautra authored
    * Create asset filenames mapping on the build output
    
    I use danethurber/webpack-manifest-plugin on Webpack production
    configuration to create a file named `asset-manifest.json` which contain a
    mapping of all asset filenames to their corresponding output file.
    
    `asset-manifest.json` will be located at the root of output folder.
    
    This'll resolve #600
    
    * Add an explanation for ManifestPlugin
    
    * Make webpack-manifest-plugin's version exact
    88c15d09
README.md 101.63 KiB