Uh oh!
There was an error while loading. Please reload this page.
feat(build) use appConfig.index to set output index file - #2767
feat(build) use appConfig.index to set output index file#2767hollannikas wants to merge 1 commit into
Conversation
d16e673 to
6211974Comparegooglebot
commented
Oct 23, 2016
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
Pass appConfig.index to the HtmlWebpackPlugin’s filename property. Closesangular#2241
googlebot
commented
Oct 23, 2016
CLAs look good, thanks! |
filipesilva
commented
Oct 27, 2016
Looks good, thanks @hollannikas! Will merge soon. |
related to fix in angular#2767 There is no guarantee that there will be an `index.html` file, as the developer may specify a custom index file. When a developer uses a custom index file, use that file name when copying to the 404.html file.
Pass appConfig.index to the HtmlWebpackPlugin’s filename property. Closesangular#2241Closesangular#2767
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Pass appConfig.index to the HtmlWebpackPlugin’s filename property. Closesangular#2241Closesangular#2767
Pass appConfig.index to the HtmlWebpackPlugin’s filename property.
Closes#2241