renamed android's index.html to android.html
This commit is contained in:
parent
732094a5ba
commit
99f6f53e40
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ class AndroidIndexPlugin {
|
|||
`
|
||||
.toString()
|
||||
.replace(/\n\s{6}/g, '\n');
|
||||
compilation.assets['index.html'] = {
|
||||
compilation.assets['android.html'] = {
|
||||
source() {
|
||||
return page;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue