Renaming the base capacitor file from index.html
to something else.
#3318
Answered
by
imhoffd
kierangilliam
asked this question in
Q&A
-
A framework I am using names the final distribution file Can I make capacitor look for an |
Beta Was this translation helpful? Give feedback.
Answered by
imhoffd
Jul 22, 2020
Replies: 1 comment
-
There is no configuration option in Capacitor for this. I would recommend looking into the configuration options of your framework to see if it's possible to use a different final distribution file. If not, you can always run a script after the web asset build to rename it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kierangilliam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no configuration option in Capacitor for this. I would recommend looking into the configuration options of your framework to see if it's possible to use a different final distribution file. If not, you can always run a script after the web asset build to rename it.