Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create asset filenames mapping on the build output #891

Merged
merged 3 commits into from
Oct 11, 2016

Commits on Oct 11, 2016

  1. 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 facebook#600
    lukyth committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    e2ca7a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43d4239 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33b89ab View commit details
    Browse the repository at this point in the history