renamed android's index.html to android.html

This commit is contained in:
Danny Coates 2018-11-06 11:21:14 -08:00
parent 732094a5ba
commit 99f6f53e40
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ class AndroidIndexPlugin {
`
.toString()
.replace(/\n\s{6}/g, '\n');
compilation.assets['index.html'] = {
compilation.assets['android.html'] = {
source() {
return page;
},